Html Css Color HEX #82DE04 Lawn Green

📋 copy color: '#82DE04'

red 130 ◦ green 222 ◦ blue 4

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

Shades of Lawn Green #82DE04

Tints of Lawn Green #82DE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 62.36%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 36.52%
G = 62.36%
B = 1.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#82DE04 (or 0x82DE04) is known color: Lawn Green. HEX triplet: 82, DE and 04. RGB value is (130,222,4). Sum of RGB (Red+Green+Blue) = 130+222+4=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 222 (87.11% from 255 or 62.36% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DE04 is #7D21FB. Grayscale: #AAAAAA. Windows color (decimal): -8200700 or 319106. OLE color: 319106.

HSL color Cylindrical-coordinate representation of color #82DE04: hue angle of 85.32º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82DE04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 222 4 -
CMYK 0.41 0 0.98 0.13
HSL 85.32º 0.96% 0.44% -
HSV(B) 85.32º 0.98% 0.87% -
XYZ 35.35 57 9.25 -
YUV 169.64 34.52 99.73 -
System Red Green Blue C M Y K H S L
Decimal 130 222 4 0.41 0 0.98 0.13 85.32 0.96 0.44
Hex 82 DE 4 29 0 62 D 55 60 2C
Octal 202 336 4 51 0 142 15 125 140 54
Binary 10000010 11011110 100 101001 0 1100010 1101 1010101 1100000 101100

Color Harmonies of #82DE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DE04

Black with #82DE04

Text Example


Text Example

White with #82DE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,222,4); }

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

background-color css

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

 a { background-color: rgb(130,222,4); }

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

border-color css

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

 span { border-color: rgb(130,222,4); }

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