#88EC48

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

Shades of Atlantis #88EC48

Tints of Atlantis #88EC48

Color information

#88EC48 (or 0x88EC48) is unknown color: approx Atlantis. HEX triplet: 88, EC and 48. RGB value is (136,236,72). Sum of RGB (Red+Green+Blue) = 136+236+72=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #88EC48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EC48 is #7713B7. Grayscale: #BBBBBB. Windows color (decimal): -7803832 or 4779144. OLE color: 4779144.

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

Color convert

RGB13623672-
CMYK0.4200.690.07
HSL96.59º81.19%60.39%-
HSV(B)96.59º69.49%92.55%-
XYZ41.3265.6916.63-
YUV187.462.8791.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.63%
GREEN value IS 236 (92.58% from 255) = 53.15%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=30.63%
G=53.15%
B=16.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136236720.4200.690.0796.5981.1960.39
Hex88EC482A045761513c
Octal210354110520105714112174
Binary100010001110110010010001010100100010111111000011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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