#88DD3B

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

Shades of Atlantis #88DD3B

Tints of Atlantis #88DD3B

Color information

#88DD3B (or 0x88DD3B) is unknown color: approx Atlantis. HEX triplet: 88, DD and 3B. RGB value is (136,221,59). Sum of RGB (Red+Green+Blue) = 136+221+59=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DD3B is #7722C4. Grayscale: #B1B1B1. Windows color (decimal): -7807685 or 3923336. OLE color: 3923336.

HSL color Cylindrical-coordinate representation of color #88DD3B: hue angle of 91.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88DD3B is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB13622159-
CMYK0.3800.730.13
HSL91.48º70.43%54.9%-
HSV(B)91.48º73.3%86.67%-
XYZ36.857.2613.25-
YUV177.1261.3498.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 221 (86.72% from 255) = 53.12%
BLUE value IS 59 (23.44% from 255) = 14.18%
R=32.69%
G=53.12%
B=14.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136221590.3800.730.1391.4870.4354.9
Hex88DD3B26049D5b4637
Octal210335734601111513310667
Binary100010001101110111101110011001001001110110110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,221,59); }

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

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

 a { background-color: rgb(136,221,59); }

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

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

 span { border-color: rgb(136,221,59); }

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