#88D53A

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

Shades of Atlantis #88D53A

Tints of Atlantis #88D53A

Color information

#88D53A (or 0x88D53A) is unknown color: approx Atlantis. HEX triplet: 88, D5 and 3A. RGB value is (136,213,58). Sum of RGB (Red+Green+Blue) = 136+213+58=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #88D53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D53A is #772AC5. Grayscale: #ACACAC. Windows color (decimal): -7809734 or 3855752. OLE color: 3855752.

HSL color Cylindrical-coordinate representation of color #88D53A: hue angle of 89.81º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88D53A is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB13621358-
CMYK0.3600.730.16
HSL89.81º64.85%53.14%-
HSV(B)89.81º72.77%83.53%-
XYZ34.7153.1312.43-
YUV172.3163.49102.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 213 (83.59% from 255) = 52.33%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=33.42%
G=52.33%
B=14.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136213580.3600.730.1689.8164.8553.14
Hex88D53A24049105a4135
Octal210325724401112013210165
Binary1000100011010101111010100100010010011000010110101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,58); }

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

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

 a { background-color: rgb(136,213,58); }

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

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

 span { border-color: rgb(136,213,58); }

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