Html Css Color HEX #82DC08 Lawn Green

📋 copy color: '#82DC08'

red 130 ◦ green 220 ◦ blue 8

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

Shades of Lawn Green #82DC08

Tints of Lawn Green #82DC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.45%

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 36.31%
G = 61.45%
B = 2.23%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#82DC08 (or 0x82DC08) is known color: Lawn Green. HEX triplet: 82, DC and 08. RGB value is (130,220,8). Sum of RGB (Red+Green+Blue) = 130+220+8=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DC08 is #7D23F7. Grayscale: #A9A9A9. Windows color (decimal): -8201208 or 580738. OLE color: 580738.

HSL color Cylindrical-coordinate representation of color #82DC08: hue angle of 85.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82DC08 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 8 -
CMYK 0.41 0 0.96 0.14
HSL 85.47º 0.93% 0.45% -
HSV(B) 85.47º 0.96% 0.86% -
XYZ 34.84 55.95 9.19 -
YUV 168.92 37.18 100.24 -
System Red Green Blue C M Y K H S L
Decimal 130 220 8 0.41 0 0.96 0.14 85.47 0.93 0.45
Hex 82 DC 8 29 0 60 E 55 5D 2D
Octal 202 334 10 51 0 140 16 125 135 55
Binary 10000010 11011100 1000 101001 0 1100000 1110 1010101 1011101 101101

Color Harmonies of #82DC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC08

Black with #82DC08

Text Example


Text Example

White with #82DC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,8); }

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

background-color css

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

 a { background-color: rgb(130,220,8); }

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

border-color css

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

 span { border-color: rgb(130,220,8); }

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