#86EE33

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

Shades of Atlantis #86EE33

Tints of Atlantis #86EE33

Color information

#86EE33 (or 0x86EE33) is unknown color: approx Atlantis. HEX triplet: 86, EE and 33. RGB value is (134,238,51). Sum of RGB (Red+Green+Blue) = 134+238+51=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 238 (93.36% from 255 or 56.26% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EE33 is #7911CC. Grayscale: #BABABA. Windows color (decimal): -7934413 or 3403398. OLE color: 3403398.

HSL color Cylindrical-coordinate representation of color #86EE33: hue angle of 93.37º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86EE33 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB13423851-
CMYK0.4400.790.07
HSL93.37º84.62%56.67%-
HSV(B)93.37º78.57%93.33%-
XYZ4166.4613.8-
YUV185.5952.0491.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 238 (93.36% from 255) = 56.26%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=31.68%
G=56.26%
B=12.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134238510.4400.790.0793.3784.6256.67
Hex86EE332C04F75d5539
Octal20635663540117713512571
Binary10000110111011101100111011000100111111110111011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,238,51); }

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

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

 a { background-color: rgb(134,238,51); }

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

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

 span { border-color: rgb(134,238,51); }

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