#82CA28

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

Shades of Yellow Green #82CA28

Tints of Yellow Green #82CA28

Color information

#82CA28 (or 0x82CA28) is unknown color: approx Yellow Green. HEX triplet: 82, CA and 28. RGB value is (130,202,40). Sum of RGB (Red+Green+Blue) = 130+202+40=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA28 is #7D35D7. Grayscale: #A2A2A2. Windows color (decimal): -8205784 or 2673282. OLE color: 2673282.

HSL color Cylindrical-coordinate representation of color #82CA28: hue angle of 86.67º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82CA28 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB13020240-
CMYK0.3600.800.21
HSL86.67º66.94%47.45%-
HSV(B)86.67º80.2%79.22%-
XYZ30.7147.149.49-
YUV16259.15105.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 202 (79.30% from 255) = 54.30%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=34.95%
G=54.30%
B=10.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202400.3600.800.2186.6766.9447.45
Hex82CA28240501557432f
Octal202312504401202512710357
Binary1000001011001010101000100100010100001010110101111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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