#88DD35

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

Shades of Atlantis #88DD35

Tints of Atlantis #88DD35

Color information

#88DD35 (or 0x88DD35) is unknown color: approx Atlantis. HEX triplet: 88, DD and 35. RGB value is (136,221,53). Sum of RGB (Red+Green+Blue) = 136+221+53=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DD35 is #7722CA. Grayscale: #B1B1B1. Windows color (decimal): -7807691 or 3530120. OLE color: 3530120.

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

Color convert

RGB13622153-
CMYK0.3800.760.13
HSL90.36º71.19%53.73%-
HSV(B)90.36º76.02%86.67%-
XYZ36.6557.212.48-
YUV176.4358.3499.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.17%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 53 (21.09% from 255) = 12.93%
R=33.17%
G=53.90%
B=12.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136221530.3800.760.1390.3671.1953.73
Hex88DD352604CD5a4736
Octal210335654601141513210766
Binary100010001101110111010110011001001100110110110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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