Shades of Atlantis #88CF46
Tints of Atlantis #88CF46
RGB
CMYK
RGB Variations
Color information
#88CF46 (or 0x88CF46) is known color: Atlantis. HEX triplet: 88, CF and 46. RGB value is (136,207,70). Sum of RGB (Red+Green+Blue) = 136+207+70=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CF46 is #7730B9. Grayscale: #AAAAAA. Windows color (decimal): -7811258 or 4640648. OLE color: 4640648.
HSL color Cylindrical-coordinate representation of color #88CF46: hue angle of 91.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88CF46 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 70 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.19 |
| HSL | 91.09º | 0.59% | 0.54% | - |
| HSV(B) | 91.09º | 0.66% | 0.81% | - |
| XYZ | 33.57 | 50.3 | 13.73 | - |
| YUV | 170.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 70 | 0.34 | 0 | 0.66 | 0.19 | 91.09 | 0.59 | 0.54 |
| Hex | 88 | CF | 46 | 22 | 0 | 42 | 13 | 5B | 3B | 36 |
| Octal | 210 | 317 | 106 | 42 | 0 | 102 | 23 | 133 | 73 | 66 |
| Binary | 10001000 | 11001111 | 1000110 | 100010 | 0 | 1000010 | 10011 | 1011011 | 111011 | 110110 |
Color Harmonies of #88CF46
Complementary color
Monochromatic Colors of #88CF46
Black with #88CF46
Text Example
Text Example
White with #88CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CF46; }
p { color: rgb(136,207,70); }
H1.HeaderClassName
{
color: #88CF46;
}
.AnyTagClassName
{
color: #88CF46;
}
</style>
background-color css
<style>
a { background-color: #88CF46; }
a { background-color: rgb(136,207,70); }
div.DivClassName
{
background-color: #88CF46;
}
.BgClassName
{
background-color: #88CF46;
}
</style>
border-color css
<style>
span { border-color: #88CF46; }
span { border-color: rgb(136,207,70); }
td.TdClassName
{
border-color: #88CF46;
}
.TagClassName
{
border-color: #88CF46;
}
</style>