#86CF40

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

Shades of Atlantis #86CF40

Tints of Atlantis #86CF40

Color information

#86CF40 (or 0x86CF40) is unknown color: approx Atlantis. HEX triplet: 86, CF and 40. RGB value is (134,207,64). Sum of RGB (Red+Green+Blue) = 134+207+64=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF40 is #7930BF. Grayscale: #A9A9A9. Windows color (decimal): -7942336 or 4247430. OLE color: 4247430.

HSL color Cylindrical-coordinate representation of color #86CF40: hue angle of 90.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86CF40 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB13420764-
CMYK0.3500.690.19
HSL90.63º59.83%53.14%-
HSV(B)90.63º69.08%81.18%-
XYZ33.0750.0612.77-
YUV168.8768.82103.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 207 (81.25% from 255) = 51.11%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=33.09%
G=51.11%
B=15.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134207640.3500.690.1990.6359.8353.14
Hex86CF4023045135b3c35
Octal206317100430105231337465
Binary1000011011001111100000010001101000101100111011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,64); }

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

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

 a { background-color: rgb(134,207,64); }

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

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

 span { border-color: rgb(134,207,64); }

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