Shades of Atlantis #88CE3C
Tints of Atlantis #88CE3C
RGB
CMYK
RGB Variations
Color information
#88CE3C (or 0x88CE3C) is known color: Atlantis. HEX triplet: 88, CE and 3C. RGB value is (136,206,60). Sum of RGB (Red+Green+Blue) = 136+206+60=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CE3C is #7731C3. Grayscale: #A8A8A8. Windows color (decimal): -7811524 or 3985032. OLE color: 3985032.
HSL color Cylindrical-coordinate representation of color #88CE3C: hue angle of 88.77º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88CE3C is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
RGB | 136 | 206 | 60 | - |
CMYK | 0.34 | 0 | 0.71 | 0.19 |
HSL | 88.77º | 0.6% | 0.52% | - |
HSV(B) | 88.77º | 0.71% | 0.81% | - |
XYZ | 33.04 | 49.7 | 12.13 | - |
YUV | 168.43 | 66.81 | 104.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 206 | 60 | 0.34 | 0 | 0.71 | 0.19 | 88.77 | 0.6 | 0.52 |
Hex | 88 | CE | 3C | 22 | 0 | 47 | 13 | 59 | 3C | 34 |
Octal | 210 | 316 | 74 | 42 | 0 | 107 | 23 | 131 | 74 | 64 |
Binary | 10001000 | 11001110 | 111100 | 100010 | 0 | 1000111 | 10011 | 1011001 | 111100 | 110100 |
Color Harmonies of #88CE3C
Complementary color
Monochromatic Colors of #88CE3C
Black with #88CE3C
Text Example
Text Example
White with #88CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CE3C; }
p { color: rgb(136,206,60); }
H1.HeaderClassName
{
color: #88CE3C;
}
.AnyTagClassName
{
color: #88CE3C;
}
</style>
background-color css
<style>
a { background-color: #88CE3C; }
a { background-color: rgb(136,206,60); }
div.DivClassName
{
background-color: #88CE3C;
}
.BgClassName
{
background-color: #88CE3C;
}
</style>
border-color css
<style>
span { border-color: #88CE3C; }
span { border-color: rgb(136,206,60); }
td.TdClassName
{
border-color: #88CE3C;
}
.TagClassName
{
border-color: #88CE3C;
}
</style>