Html Css Color HEX #86DB13 Lawn Green

📋 copy color: '#86DB13'

red 134 ◦ green 219 ◦ blue 19

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

Shades of Lawn Green #86DB13

Tints of Lawn Green #86DB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 36.02%
G = 58.87%
B = 5.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#86DB13 (or 0x86DB13) is known color: Lawn Green. HEX triplet: 86, DB and 13. RGB value is (134,219,19). Sum of RGB (Red+Green+Blue) = 134+219+19=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DB13 is #7924EC. Grayscale: #ABABAB. Windows color (decimal): -7939309 or 1301382. OLE color: 1301382.

HSL color Cylindrical-coordinate representation of color #86DB13: hue angle of 85.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86DB13 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 219 19 -
CMYK 0.39 0 0.91 0.14
HSL 85.5º 0.84% 0.47% -
HSV(B) 85.5º 0.91% 0.86% -
XYZ 35.28 55.78 9.52 -
YUV 170.79 42.34 101.76 -
System Red Green Blue C M Y K H S L
Decimal 134 219 19 0.39 0 0.91 0.14 85.5 0.84 0.47
Hex 86 DB 13 27 0 5B E 56 54 2F
Octal 206 333 23 47 0 133 16 126 124 57
Binary 10000110 11011011 10011 100111 0 1011011 1110 1010110 1010100 101111

Color Harmonies of #86DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB13

Black with #86DB13

Text Example


Text Example

White with #86DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,219,19); }

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

background-color css

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

 a { background-color: rgb(134,219,19); }

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

border-color css

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

 span { border-color: rgb(134,219,19); }

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