#88D342

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

Shades of Atlantis #88D342

Tints of Atlantis #88D342

Color information

#88D342 (or 0x88D342) is unknown color: approx Atlantis. HEX triplet: 88, D3 and 42. RGB value is (136,211,66). Sum of RGB (Red+Green+Blue) = 136+211+66=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #88D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D342 is #772CBD. Grayscale: #ACACAC. Windows color (decimal): -7810238 or 4379528. OLE color: 4379528.

HSL color Cylindrical-coordinate representation of color #88D342: hue angle of 91.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88D342 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB13621166-
CMYK0.3600.690.17
HSL91.03º62.23%54.31%-
HSV(B)91.03º68.72%82.75%-
XYZ34.4352.2213.42-
YUV172.0468.15102.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 211 (82.81% from 255) = 51.09%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=32.93%
G=51.09%
B=15.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal136211660.3600.690.1791.0362.2354.31
Hex88D34224045115b3e36
Octal210323102440105211337666
Binary1000100011010011100001010010001000101100011011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,211,66); }

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

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

 a { background-color: rgb(136,211,66); }

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

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

 span { border-color: rgb(136,211,66); }

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