#82CB27

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

Shades of Yellow Green #82CB27

Tints of Yellow Green #82CB27

Color information

#82CB27 (or 0x82CB27) is unknown color: approx Yellow Green. HEX triplet: 82, CB and 27. RGB value is (130,203,39). Sum of RGB (Red+Green+Blue) = 130+203+39=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB27 is #7D34D8. Grayscale: #A3A3A3. Windows color (decimal): -8205529 or 2608002. OLE color: 2608002.

HSL color Cylindrical-coordinate representation of color #82CB27: hue angle of 86.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82CB27 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB13020339-
CMYK0.3600.810.20
HSL86.71º67.77%47.45%-
HSV(B)86.71º80.79%79.61%-
XYZ30.9347.69.48-
YUV162.4858.32104.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 203 (79.69% from 255) = 54.57%
BLUE value IS 39 (15.62% from 255) = 10.48%
R=34.95%
G=54.57%
B=10.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130203390.3600.810.2086.7167.7747.45
Hex82CB27240511457442f
Octal202313474401212412710457
Binary1000001011001011100111100100010100011010010101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,39); }

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

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

 a { background-color: rgb(130,203,39); }

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

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

 span { border-color: rgb(130,203,39); }

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