#82CD24

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

Shades of Yellow Green #82CD24

Tints of Yellow Green #82CD24

Color information

#82CD24 (or 0x82CD24) is unknown color: approx Yellow Green. HEX triplet: 82, CD and 24. RGB value is (130,205,36). Sum of RGB (Red+Green+Blue) = 130+205+36=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CD24 is #7D32DB. Grayscale: #A3A3A3. Windows color (decimal): -8205020 or 2411906. OLE color: 2411906.

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

Color convert

RGB13020536-
CMYK0.3700.820.20
HSL86.63º70.12%47.25%-
HSV(B)86.63º82.44%80.39%-
XYZ31.3648.549.38-
YUV163.3156.15104.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 205 (80.47% from 255) = 55.26%
BLUE value IS 36 (14.45% from 255) = 9.70%
R=35.04%
G=55.26%
B=9.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205360.3700.820.2086.6370.1247.25
Hex82CD24250521457462f
Octal202315444501222412710657
Binary1000001011001101100100100101010100101010010101111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,36); }

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

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

 a { background-color: rgb(130,205,36); }

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

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

 span { border-color: rgb(130,205,36); }

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