Html Css Color HEX #86DB0F Lawn Green

📋 copy color: '#86DB0F'

red 134 ◦ green 219 ◦ blue 15

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

Shades of Lawn Green #86DB0F

Tints of Lawn Green #86DB0F

RGB

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

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

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

R = 36.41%
G = 59.51%
B = 4.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#86DB0F (or 0x86DB0F) is known color: Lawn Green. HEX triplet: 86, DB and 0F. RGB value is (134,219,15). Sum of RGB (Red+Green+Blue) = 134+219+15=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DB0F is #7924F0. Grayscale: #ABABAB. Windows color (decimal): -7939313 or 1039238. OLE color: 1039238.

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

Color convert

RGB 134 219 15 -
CMYK 0.39 0 0.93 0.14
HSL 85º 0.87% 0.46% -
HSV(B) 85º 0.93% 0.86% -
XYZ 35.25 55.77 9.36 -
YUV 170.33 40.34 102.09 -
System Red Green Blue C M Y K H S L
Decimal 134 219 15 0.39 0 0.93 0.14 85 0.87 0.46
Hex 86 DB F 27 0 5D E 55 57 2E
Octal 206 333 17 47 0 135 16 125 127 56
Binary 10000110 11011011 1111 100111 0 1011101 1110 1010101 1010111 101110

Color Harmonies of #86DB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB0F

Black with #86DB0F

Text Example


Text Example

White with #86DB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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