#88EC4C

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

Shades of Atlantis #88EC4C

Tints of Atlantis #88EC4C

Color information

#88EC4C (or 0x88EC4C) is unknown color: approx Atlantis. HEX triplet: 88, EC and 4C. RGB value is (136,236,76). Sum of RGB (Red+Green+Blue) = 136+236+76=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EC4C is #7713B3. Grayscale: #BCBCBC. Windows color (decimal): -7803828 or 5041288. OLE color: 5041288.

HSL color Cylindrical-coordinate representation of color #88EC4C: hue angle of 97.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88EC4C is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB13623676-
CMYK0.4200.680.07
HSL97.5º80.81%61.18%-
HSV(B)97.5º67.8%92.55%-
XYZ41.4565.7517.34-
YUV187.8664.8791.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 236 (92.58% from 255) = 52.68%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=30.36%
G=52.68%
B=16.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136236760.4200.680.0797.580.8161.18
Hex88EC4C2A044762513d
Octal210354114520104714212175
Binary100010001110110010011001010100100010011111000101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,236,76); }

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

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

 a { background-color: rgb(136,236,76); }

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

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

 span { border-color: rgb(136,236,76); }

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