#88CE46

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

Shades of Atlantis #88CE46

Tints of Atlantis #88CE46

Color information

#88CE46 (or 0x88CE46) is unknown color: approx Atlantis. HEX triplet: 88, CE and 46. RGB value is (136,206,70). Sum of RGB (Red+Green+Blue) = 136+206+70=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CE46 is #7731B9. Grayscale: #AAAAAA. Windows color (decimal): -7811514 or 4640392. OLE color: 4640392.

HSL color Cylindrical-coordinate representation of color #88CE46: hue angle of 90.88º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88CE46 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB13620670-
CMYK0.3400.660.19
HSL90.88º58.12%54.12%-
HSV(B)90.88º66.02%80.78%-
XYZ33.3349.8213.65-
YUV169.5771.81104.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 206 (80.86% from 255) = 50%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=33.01%
G=50%
B=16.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136206700.3400.660.1990.8858.1254.12
Hex88CE4622042135b3a36
Octal210316106420102231337266
Binary1000100011001110100011010001001000010100111011011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88CE46; }

 p { color: rgb(136,206,70); }

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

<style>
 a { background-color: #88CE46; }

 a { background-color: rgb(136,206,70); }

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

<style>
 span { border-color: #88CE46; }

 span { border-color: rgb(136,206,70); }

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