Html Css Color HEX #82C037 Yellow Green

📋 copy color: '#82C037'

red 130 ◦ green 192 ◦ blue 55

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

Shades of Yellow Green #82C037

Tints of Yellow Green #82C037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.93%

 BLUE value IS 55 (21.88% from 255) = 14.59%

R = 34.48%
G = 50.93%
B = 14.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#82C037 (or 0x82C037) is known color: Yellow Green. HEX triplet: 82, C0 and 37. RGB value is (130,192,55). Sum of RGB (Red+Green+Blue) = 130+192+55=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #82C037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C037 is #7D3FC8. Grayscale: #9E9E9E. Windows color (decimal): -8208329 or 3653762. OLE color: 3653762.

HSL color Cylindrical-coordinate representation of color #82C037: hue angle of 87.15º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82C037 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 55 -
CMYK 0.32 0 0.71 0.25
HSL 87.15º 0.55% 0.48% -
HSV(B) 87.15º 0.71% 0.75% -
XYZ 28.75 42.72 10.35 -
YUV 157.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 130 192 55 0.32 0 0.71 0.25 87.15 0.55 0.48
Hex 82 C0 37 20 0 47 19 57 37 30
Octal 202 300 67 40 0 107 31 127 67 60
Binary 10000010 11000000 110111 100000 0 1000111 11001 1010111 110111 110000

Color Harmonies of #82C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C037

Black with #82C037

Text Example


Text Example

White with #82C037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,55); }

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

background-color css

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

 a { background-color: rgb(130,192,55); }

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

border-color css

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

 span { border-color: rgb(130,192,55); }

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