Html Css Color HEX #82CA31 Yellow Green

📋 copy color: '#82CA31'

red 130 ◦ green 202 ◦ blue 49

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

Shades of Yellow Green #82CA31

Tints of Yellow Green #82CA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 34.12%
G = 53.02%
B = 12.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#82CA31 (or 0x82CA31) is known color: Yellow Green. HEX triplet: 82, CA and 31. RGB value is (130,202,49). Sum of RGB (Red+Green+Blue) = 130+202+49=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA31 is #7D35CE. Grayscale: #A3A3A3. Windows color (decimal): -8205775 or 3263106. OLE color: 3263106.

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

Color convert

RGB 130 202 49 -
CMYK 0.36 0 0.76 0.21
HSL 88.24º 0.61% 0.49% -
HSV(B) 88.24º 0.76% 0.79% -
XYZ 30.88 47.21 10.39 -
YUV 163.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 130 202 49 0.36 0 0.76 0.21 88.24 0.61 0.49
Hex 82 CA 31 24 0 4C 15 58 3D 31
Octal 202 312 61 44 0 114 25 130 75 61
Binary 10000010 11001010 110001 100100 0 1001100 10101 1011000 111101 110001

Color Harmonies of #82CA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA31

Black with #82CA31

Text Example


Text Example

White with #82CA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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