Html Css Color HEX #82C836 Yellow Green

📋 copy color: '#82C836'

red 130 ◦ green 200 ◦ blue 54

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

Shades of Yellow Green #82C836

Tints of Yellow Green #82C836

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.08%

 BLUE value IS 54 (21.48% from 255) = 14.06%

R = 33.85%
G = 52.08%
B = 14.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#82C836 (or 0x82C836) is known color: Yellow Green. HEX triplet: 82, C8 and 36. RGB value is (130,200,54). Sum of RGB (Red+Green+Blue) = 130+200+54=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #82C836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C836 is #7D37C9. Grayscale: #A2A2A2. Windows color (decimal): -8206282 or 3590274. OLE color: 3590274.

HSL color Cylindrical-coordinate representation of color #82C836: hue angle of 88.77º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82C836 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 200 54 -
CMYK 0.35 0 0.73 0.22
HSL 88.77º 0.57% 0.5% -
HSV(B) 88.77º 0.73% 0.78% -
XYZ 30.53 46.32 10.82 -
YUV 162.43 66.81 104.87 -
System Red Green Blue C M Y K H S L
Decimal 130 200 54 0.35 0 0.73 0.22 88.77 0.57 0.5
Hex 82 C8 36 23 0 49 16 59 39 32
Octal 202 310 66 43 0 111 26 131 71 62
Binary 10000010 11001000 110110 100011 0 1001001 10110 1011001 111001 110010

Color Harmonies of #82C836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C836

Black with #82C836

Text Example


Text Example

White with #82C836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,200,54); }

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

background-color css

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

 a { background-color: rgb(130,200,54); }

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

border-color css

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

 span { border-color: rgb(130,200,54); }

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