Html Css Color HEX #82DB05 Lawn Green

📋 copy color: '#82DB05'

red 130 ◦ green 219 ◦ blue 5

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

Shades of Lawn Green #82DB05

Tints of Lawn Green #82DB05

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61.86%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 36.72%
G = 61.86%
B = 1.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#82DB05 (or 0x82DB05) is known color: Lawn Green. HEX triplet: 82, DB and 05. RGB value is (130,219,5). Sum of RGB (Red+Green+Blue) = 130+219+5=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DB05 is #7D24FA. Grayscale: #A8A8A8. Windows color (decimal): -8201467 or 383874. OLE color: 383874.

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

Color convert

RGB 130 219 5 -
CMYK 0.41 0 0.98 0.14
HSL 84.95º 0.96% 0.44% -
HSV(B) 84.95º 0.98% 0.86% -
XYZ 34.56 55.42 9.02 -
YUV 167.99 36.01 100.9 -
System Red Green Blue C M Y K H S L
Decimal 130 219 5 0.41 0 0.98 0.14 84.95 0.96 0.44
Hex 82 DB 5 29 0 62 E 55 60 2C
Octal 202 333 5 51 0 142 16 125 140 54
Binary 10000010 11011011 101 101001 0 1100010 1110 1010101 1100000 101100

Color Harmonies of #82DB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DB05

Black with #82DB05

Text Example


Text Example

White with #82DB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,219,5); }

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

background-color css

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

 a { background-color: rgb(130,219,5); }

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

border-color css

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

 span { border-color: rgb(130,219,5); }

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