#86E80B

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

Shades of Lawn Green #86E80B

Tints of Lawn Green #86E80B

Color information

#86E80B (or 0x86E80B) is unknown color: approx Lawn Green. HEX triplet: 86, E8 and 0B. RGB value is (134,232,11). Sum of RGB (Red+Green+Blue) = 134+232+11=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #86E80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86E80B is #7917F4. Grayscale: #B2B2B2. Windows color (decimal): -7935989 or 780422. OLE color: 780422.

HSL color Cylindrical-coordinate representation of color #86E80B: hue angle of 86.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86E80B is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB13423211-
CMYK0.4200.950.09
HSL86.61º90.95%47.65%-
HSV(B)86.61º95.26%90.98%-
XYZ38.7562.8110.4-
YUV177.534.0396.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 232 (91.02% from 255) = 61.54%
BLUE value IS 11 (4.69% from 255) = 2.92%
R=35.54%
G=61.54%
B=2.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134232110.4200.950.0986.6190.9547.65
Hex86E8B2A05F9575b30
Octal206350135201371112713360
Binary1000011011101000101110101001011111100110101111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,232,11); }

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

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

 a { background-color: rgb(134,232,11); }

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

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

 span { border-color: rgb(134,232,11); }

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