#88F048

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

Shades of Atlantis #88F048

Tints of Atlantis #88F048

Color information

#88F048 (or 0x88F048) is unknown color: approx Atlantis. HEX triplet: 88, F0 and 48. RGB value is (136,240,72). Sum of RGB (Red+Green+Blue) = 136+240+72=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #88F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F048 is #770FB7. Grayscale: #BEBEBE. Windows color (decimal): -7802808 or 4780168. OLE color: 4780168.

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

Color convert

RGB13624072-
CMYK0.4300.70.06
HSL97.14º84.85%61.18%-
HSV(B)97.14º70%94.12%-
XYZ42.4868.0217.02-
YUV189.7561.5489.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 240 (94.14% from 255) = 53.57%
BLUE value IS 72 (28.52% from 255) = 16.07%
R=30.36%
G=53.57%
B=16.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal136240720.4300.70.0697.1484.8561.18
Hex88F0482B046661553d
Octal210360110530106614112575
Binary100010001111000010010001010110100011011011000011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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