#86dd37

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

Shades of Atlantis #86DD37

Tints of Atlantis #86DD37

Color information

#86DD37 (or 0x86DD37) is unknown color: approx Atlantis. HEX triplet: 86, DD and 37. RGB value is (134,221,55). Sum of RGB (Red+Green+Blue) = 134+221+55=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DD37 is #7922C8. Grayscale: #B0B0B0. Windows color (decimal): -7938761 or 3661190. OLE color: 3661190.

HSL color Cylindrical-coordinate representation of color #86DD37: hue angle of 91.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86DD37 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB13422155-
CMYK0.3900.750.13
HSL91.45º70.94%54.12%-
HSV(B)91.45º75.11%86.67%-
XYZ36.3857.0612.71-
YUV176.0659.6898-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 55 (21.88% from 255) = 13.41%
R=32.68%
G=53.90%
B=13.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221550.3900.750.1391.4570.9454.12
Hex86DD372704BD5b4736
Octal206335674701131513310766
Binary100001101101110111011110011101001011110110110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86dd37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,55); }

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

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

 a { background-color: rgb(134,221,55); }

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

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

 span { border-color: rgb(134,221,55); }

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