#82D833

Color #82D833 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #82D833

Tints of Yellow Green #82D833

Color information

#82D833 (or 0x82D833) is unknown color: approx Yellow Green. HEX triplet: 82, D8 and 33. RGB value is (130,216,51). Sum of RGB (Red+Green+Blue) = 130+216+51=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #82D833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D833 is #7D27CC. Grayscale: #ACACAC. Windows color (decimal): -8202189 or 3397762. OLE color: 3397762.

HSL color Cylindrical-coordinate representation of color #82D833: hue angle of 91.27º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82D833 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB13021651-
CMYK0.4000.760.15
HSL91.27º67.9%52.35%-
HSV(B)91.27º76.39%84.71%-
XYZ34.3654.111.76-
YUV171.4860.0198.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 216 (84.77% from 255) = 54.41%
BLUE value IS 51 (20.31% from 255) = 12.85%
R=32.75%
G=54.41%
B=12.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130216510.4000.760.1591.2767.952.35
Hex82D8332804CF5b4434
Octal202330635001141713310464
Binary100000101101100011001110100001001100111110110111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82D833; }

 p { color: rgb(130,216,51); }

 H1.HeaderClassName
 {
   color: #82D833;
 }
 .AnyTagClassName
 {
   color: #82D833;
 }
</style>
background-color css

<style>
 a { background-color: #82D833; }

 a { background-color: rgb(130,216,51); }

 div.DivClassName
 {
   background-color: #82D833;
 }
 .BgClassName
 {
   background-color: #82D833;
 }
</style>
border-color css

<style>
 span { border-color: #82D833; }

 span { border-color: rgb(130,216,51); }

 td.TdClassName
 {
   border-color: #82D833;
 }
 .TagClassName
 {
   border-color: #82D833;
 }
</style>