#88EA31

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

Shades of Atlantis #88EA31

Tints of Atlantis #88EA31

Color information

#88EA31 (or 0x88EA31) is unknown color: approx Atlantis. HEX triplet: 88, EA and 31. RGB value is (136,234,49). Sum of RGB (Red+Green+Blue) = 136+234+49=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 234 (91.80% from 255 or 55.85% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 234 - color contains mainly: green. Hex color #88EA31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EA31 is #7715CE. Grayscale: #B8B8B8. Windows color (decimal): -7804367 or 3271304. OLE color: 3271304.

HSL color Cylindrical-coordinate representation of color #88EA31: hue angle of 91.78º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88EA31 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB13623449-
CMYK0.4200.790.08
HSL91.78º81.5%55.49%-
HSV(B)91.78º79.06%91.76%-
XYZ40.1364.313.2-
YUV183.6152.0394.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 234 (91.80% from 255) = 55.85%
BLUE value IS 49 (19.53% from 255) = 11.69%
R=32.46%
G=55.85%
B=11.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal136234490.4200.790.0891.7881.555.49
Hex88EA312A04F85c5137
Octal210352615201171013412167
Binary100010001110101011000110101001001111100010111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,234,49); }

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

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

 a { background-color: rgb(136,234,49); }

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

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

 span { border-color: rgb(136,234,49); }

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