#88E041

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

Shades of Atlantis #88E041

Tints of Atlantis #88E041

Color information

#88E041 (or 0x88E041) is unknown color: approx Atlantis. HEX triplet: 88, E0 and 41. RGB value is (136,224,65). Sum of RGB (Red+Green+Blue) = 136+224+65=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #88E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88E041 is #771FBE. Grayscale: #B4B4B4. Windows color (decimal): -7806911 or 4317320. OLE color: 4317320.

HSL color Cylindrical-coordinate representation of color #88E041: hue angle of 93.21º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88E041 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB13622465-
CMYK0.3900.710.12
HSL93.21º71.95%56.67%-
HSV(B)93.21º70.98%87.84%-
XYZ37.7658.9314.38-
YUV179.5663.3596.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 224 (87.89% from 255) = 52.71%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=32%
G=52.71%
B=15.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136224650.3900.710.1293.2171.9556.67
Hex88E04127047C5d4839
Octal2103401014701071413511071
Binary1000100011100000100000110011101000111110010111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,224,65); }

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

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

 a { background-color: rgb(136,224,65); }

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

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

 span { border-color: rgb(136,224,65); }

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