#88EF4C

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

Shades of Atlantis #88EF4C

Tints of Atlantis #88EF4C

Color information

#88EF4C (or 0x88EF4C) is unknown color: approx Atlantis. HEX triplet: 88, EF and 4C. RGB value is (136,239,76). Sum of RGB (Red+Green+Blue) = 136+239+76=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #88EF4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EF4C is #7710B3. Grayscale: #BEBEBE. Windows color (decimal): -7803060 or 5042056. OLE color: 5042056.

HSL color Cylindrical-coordinate representation of color #88EF4C: hue angle of 97.91º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88EF4C is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB13623976-
CMYK0.4300.680.06
HSL97.91º83.59%61.76%-
HSV(B)97.91º68.2%93.73%-
XYZ42.3267.4917.63-
YUV189.6263.8889.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 239 (93.75% from 255) = 52.99%
BLUE value IS 76 (30.08% from 255) = 16.85%
R=30.16%
G=52.99%
B=16.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal136239760.4300.680.0697.9183.5961.76
Hex88EF4C2B044662543e
Octal210357114530104614212476
Binary100010001110111110011001010110100010011011000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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