Html Css Color HEX #82DD0F Lawn Green

📋 copy color: '#82DD0F'

red 130 ◦ green 221 ◦ blue 15

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

Shades of Lawn Green #82DD0F

Tints of Lawn Green #82DD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 35.52%
G = 60.38%
B = 4.1%

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

#82DD0F (or 0x82DD0F) is known color: Lawn Green. HEX triplet: 82, DD and 0F. RGB value is (130,221,15). Sum of RGB (Red+Green+Blue) = 130+221+15=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DD0F is #7D22F0. Grayscale: #ABABAB. Windows color (decimal): -8200945 or 1039746. OLE color: 1039746.

HSL color Cylindrical-coordinate representation of color #82DD0F: hue angle of 86.5º degrees, saturation: 0.87, 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 #82DD0F is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 15 -
CMYK 0.41 0 0.93 0.13
HSL 86.5º 0.87% 0.46% -
HSV(B) 86.5º 0.93% 0.87% -
XYZ 35.15 56.49 9.5 -
YUV 170.31 40.35 99.25 -
System Red Green Blue C M Y K H S L
Decimal 130 221 15 0.41 0 0.93 0.13 86.5 0.87 0.46
Hex 82 DD F 29 0 5D D 57 57 2E
Octal 202 335 17 51 0 135 15 127 127 56
Binary 10000010 11011101 1111 101001 0 1011101 1101 1010111 1010111 101110

Color Harmonies of #82DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD0F

Black with #82DD0F

Text Example


Text Example

White with #82DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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