Html Css Color HEX #82DA08 Lawn Green

📋 copy color: '#82DA08'

red 130 ◦ green 218 ◦ blue 8

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

Shades of Lawn Green #82DA08

Tints of Lawn Green #82DA08

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.24%

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

R = 36.52%
G = 61.24%
B = 2.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#82DA08 (or 0x82DA08) is known color: Lawn Green. HEX triplet: 82, DA and 08. RGB value is (130,218,8). Sum of RGB (Red+Green+Blue) = 130+218+8=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DA08 is #7D25F7. Grayscale: #A8A8A8. Windows color (decimal): -8201720 or 580226. OLE color: 580226.

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

Color convert

RGB 130 218 8 -
CMYK 0.40 0 0.96 0.15
HSL 85.14º 0.93% 0.44% -
HSV(B) 85.14º 0.96% 0.85% -
XYZ 34.32 54.91 9.02 -
YUV 167.75 37.85 101.08 -
System Red Green Blue C M Y K H S L
Decimal 130 218 8 0.40 0 0.96 0.15 85.14 0.93 0.44
Hex 82 DA 8 28 0 60 F 55 5D 2C
Octal 202 332 10 50 0 140 17 125 135 54
Binary 10000010 11011010 1000 101000 0 1100000 1111 1010101 1011101 101100

Color Harmonies of #82DA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA08

Black with #82DA08

Text Example


Text Example

White with #82DA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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