Html Css Color HEX #82DD10 Lawn Green

📋 copy color: '#82DD10'

red 130 ◦ green 221 ◦ blue 16

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

Shades of Lawn Green #82DD10

Tints of Lawn Green #82DD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 60.22%

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 35.42%
G = 60.22%
B = 4.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#82DD10 (or 0x82DD10) is known color: Lawn Green. HEX triplet: 82, DD and 10. RGB value is (130,221,16). Sum of RGB (Red+Green+Blue) = 130+221+16=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DD10 is #7D22EF. Grayscale: #ABABAB. Windows color (decimal): -8200944 or 1105282. OLE color: 1105282.

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

Color convert

RGB 130 221 16 -
CMYK 0.41 0 0.93 0.13
HSL 86.63º 0.86% 0.46% -
HSV(B) 86.63º 0.93% 0.87% -
XYZ 35.16 56.5 9.54 -
YUV 170.42 40.85 99.17 -
System Red Green Blue C M Y K H S L
Decimal 130 221 16 0.41 0 0.93 0.13 86.63 0.86 0.46
Hex 82 DD 10 29 0 5D D 57 56 2E
Octal 202 335 20 51 0 135 15 127 126 56
Binary 10000010 11011101 10000 101001 0 1011101 1101 1010111 1010110 101110

Color Harmonies of #82DD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD10

Black with #82DD10

Text Example


Text Example

White with #82DD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,221,16); }

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

background-color css

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

 a { background-color: rgb(130,221,16); }

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

border-color css

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

 span { border-color: rgb(130,221,16); }

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