#86DF00

Color #86DF00 Lawn Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lawn Green #86DF00

Tints of Lawn Green #86DF00

Color information

#86DF00 (or 0x86DF00) is unknown color: approx Lawn Green. HEX triplet: 86, DF and 00. RGB value is (134,223,0). Sum of RGB (Red+Green+Blue) = 134+223+0=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DF00 is #7920FF. Grayscale: #ABABAB. Windows color (decimal): -7938304 or 57222. OLE color: 57222.

HSL color Cylindrical-coordinate representation of color #86DF00: hue angle of 83.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86DF00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB1342230-
CMYK0.40010.13
HSL83.95º100%43.73%-
HSV(B)83.95º100%87.45%-
XYZ36.2257.849.26-
YUV170.9731.51101.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 223 (87.5% from 255) = 62.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.54%
G=62.46%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13422300.40010.1383.9510043.73
Hex86DF028064D54642c
Octal20633705001441512414454
Binary1000011011011111010100001100100110110101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,0); }

 H1.HeaderClassName
 {
   color: #86DF00;
 }
 .AnyTagClassName
 {
   color: #86DF00;
 }
</style>
background-color css

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

 a { background-color: rgb(134,223,0); }

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

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

 span { border-color: rgb(134,223,0); }

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