Html Css Color HEX #82D80C Lawn Green

📋 copy color: '#82D80C'

red 130 ◦ green 216 ◦ blue 12

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

Shades of Lawn Green #82D80C

Tints of Lawn Green #82D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.34%

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 36.31%
G = 60.34%
B = 3.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#82D80C (or 0x82D80C) is known color: Lawn Green. HEX triplet: 82, D8 and 0C. RGB value is (130,216,12). Sum of RGB (Red+Green+Blue) = 130+216+12=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #82D80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82D80C is #7D27F3. Grayscale: #A7A7A7. Windows color (decimal): -8202228 or 841858. OLE color: 841858.

HSL color Cylindrical-coordinate representation of color #82D80C: hue angle of 85.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82D80C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 12 -
CMYK 0.40 0 0.94 0.15
HSL 85.29º 0.89% 0.45% -
HSV(B) 85.29º 0.94% 0.85% -
XYZ 33.83 53.88 8.97 -
YUV 167.03 40.51 101.59 -
System Red Green Blue C M Y K H S L
Decimal 130 216 12 0.40 0 0.94 0.15 85.29 0.89 0.45
Hex 82 D8 C 28 0 5E F 55 59 2D
Octal 202 330 14 50 0 136 17 125 131 55
Binary 10000010 11011000 1100 101000 0 1011110 1111 1010101 1011001 101101

Color Harmonies of #82D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D80C

Black with #82D80C

Text Example


Text Example

White with #82D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,216,12); }

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

background-color css

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

 a { background-color: rgb(130,216,12); }

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

border-color css

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

 span { border-color: rgb(130,216,12); }

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