#86DE05

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

Shades of Lawn Green #86DE05

Tints of Lawn Green #86DE05

Color information

#86DE05 (or 0x86DE05) is unknown color: approx Lawn Green. HEX triplet: 86, DE and 05. RGB value is (134,222,5). Sum of RGB (Red+Green+Blue) = 134+222+5=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DE05 is #7921FA. Grayscale: #ABABAB. Windows color (decimal): -7938555 or 384646. OLE color: 384646.

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

Color convert

RGB1342225-
CMYK0.4000.980.13
HSL84.33º95.59%44.51%-
HSV(B)84.33º97.75%87.06%-
XYZ35.9857.329.31-
YUV170.9534.35101.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 222 (87.11% from 255) = 61.50%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=37.12%
G=61.50%
B=1.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13422250.4000.980.1384.3395.5944.51
Hex86DE528062D54602d
Octal20633655001421512414055
Binary100001101101111010110100001100010110110101001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,5); }

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

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

 a { background-color: rgb(134,222,5); }

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

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

 span { border-color: rgb(134,222,5); }

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