Html Css Color HEX #82CA24 Yellow Green

📋 copy color: '#82CA24'

red 130 ◦ green 202 ◦ blue 36

#82CA24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #82CA24

Tints of Yellow Green #82CA24

RGB

 RED value IS 130 (51.17% from 255) = 35.33%

 GREEN value IS 202 (79.3% from 255) = 54.89%

 BLUE value IS 36 (14.45% from 255) = 9.78%

R = 35.33%
G = 54.89%
B = 9.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#82CA24 (or 0x82CA24) is known color: Yellow Green. HEX triplet: 82, CA and 24. RGB value is (130,202,36). Sum of RGB (Red+Green+Blue) = 130+202+36=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA24 is #7D35DB. Grayscale: #A2A2A2. Windows color (decimal): -8205788 or 2411138. OLE color: 2411138.

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

Color convert

RGB 130 202 36 -
CMYK 0.36 0 0.82 0.21
HSL 86.02º 0.7% 0.47% -
HSV(B) 86.02º 0.82% 0.79% -
XYZ 30.64 47.11 9.15 -
YUV 161.55 57.15 105.5 -
System Red Green Blue C M Y K H S L
Decimal 130 202 36 0.36 0 0.82 0.21 86.02 0.7 0.47
Hex 82 CA 24 24 0 52 15 56 46 2F
Octal 202 312 44 44 0 122 25 126 106 57
Binary 10000010 11001010 100100 100100 0 1010010 10101 1010110 1000110 101111

Color Harmonies of #82CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA24

Black with #82CA24

Text Example


Text Example

White with #82CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82CA24;
 }
 .AnyTagClassName
 {
   color: #82CA24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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