#82CA39

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

Shades of Yellow Green #82CA39

Tints of Yellow Green #82CA39

Color information

#82CA39 (or 0x82CA39) is unknown color: approx Yellow Green. HEX triplet: 82, CA and 39. RGB value is (130,202,57). Sum of RGB (Red+Green+Blue) = 130+202+57=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA39 is #7D35C6. Grayscale: #A4A4A4. Windows color (decimal): -8205767 or 3787394. OLE color: 3787394.

HSL color Cylindrical-coordinate representation of color #82CA39: hue angle of 89.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82CA39 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB13020257-
CMYK0.3600.720.21
HSL89.79º57.77%50.78%-
HSV(B)89.79º71.78%79.22%-
XYZ31.0647.2811.36-
YUV163.9467.65103.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 57 (22.66% from 255) = 14.65%
R=33.42%
G=51.93%
B=14.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202570.3600.720.2189.7957.7750.78
Hex82CA3924048155a3a33
Octal20231271440110251327263
Binary100000101100101011100110010001001000101011011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,57); }

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

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

 a { background-color: rgb(130,202,57); }

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

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

 span { border-color: rgb(130,202,57); }

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