#88D148

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

Shades of Atlantis #88D148

Tints of Atlantis #88D148

Color information

#88D148 (or 0x88D148) is unknown color: approx Atlantis. HEX triplet: 88, D1 and 48. RGB value is (136,209,72). Sum of RGB (Red+Green+Blue) = 136+209+72=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #88D148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D148 is #772EB7. Grayscale: #ACACAC. Windows color (decimal): -7810744 or 4772232. OLE color: 4772232.

HSL color Cylindrical-coordinate representation of color #88D148: hue angle of 91.97º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88D148 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB13620972-
CMYK0.3500.660.18
HSL91.97º59.83%55.1%-
HSV(B)91.97º65.55%81.96%-
XYZ34.1251.314.23-
YUV171.5571.82102.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 209 (82.03% from 255) = 50.12%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=32.61%
G=50.12%
B=17.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136209720.3500.660.1891.9759.8355.1
Hex88D14823042125c3c37
Octal210321110430102221347467
Binary1000100011010001100100010001101000010100101011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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