Html Css Color HEX #86DD12 Lawn Green

📋 copy color: '#86DD12'

red 134 ◦ green 221 ◦ blue 18

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

Shades of Lawn Green #86DD12

Tints of Lawn Green #86DD12

RGB

 RED value IS 134 (52.73% from 255) = 35.92%

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

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 35.92%
G = 59.25%
B = 4.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#86DD12 (or 0x86DD12) is known color: Lawn Green. HEX triplet: 86, DD and 12. RGB value is (134,221,18). Sum of RGB (Red+Green+Blue) = 134+221+18=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DD12 is #7922ED. Grayscale: #ACACAC. Windows color (decimal): -7938798 or 1236358. OLE color: 1236358.

HSL color Cylindrical-coordinate representation of color #86DD12: hue angle of 85.71º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86DD12 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 18 -
CMYK 0.39 0 0.92 0.13
HSL 85.71º 0.85% 0.47% -
HSV(B) 85.71º 0.92% 0.87% -
XYZ 35.8 56.82 9.65 -
YUV 171.85 41.18 101.01 -
System Red Green Blue C M Y K H S L
Decimal 134 221 18 0.39 0 0.92 0.13 85.71 0.85 0.47
Hex 86 DD 12 27 0 5C D 56 55 2F
Octal 206 335 22 47 0 134 15 126 125 57
Binary 10000110 11011101 10010 100111 0 1011100 1101 1010110 1010101 101111

Color Harmonies of #86DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD12

Black with #86DD12

Text Example


Text Example

White with #86DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86DD12; }

 p { color: rgb(134,221,18); }

 H1.HeaderClassName
 {
   color: #86DD12;
 }
 .AnyTagClassName
 {
   color: #86DD12;
 }
</style>

background-color css

<style>
 a { background-color: #86DD12; }

 a { background-color: rgb(134,221,18); }

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

border-color css

<style>
 span { border-color: #86DD12; }

 span { border-color: rgb(134,221,18); }

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