Shades of Atlantis #88CA43
Tints of Atlantis #88CA43
RGB
CMYK
RGB Variations
Color information
#88CA43 (or 0x88CA43) is known color: Atlantis. HEX triplet: 88, CA and 43. RGB value is (136,202,67). Sum of RGB (Red+Green+Blue) = 136+202+67=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CA43 is #7735BC. Grayscale: #A7A7A7. Windows color (decimal): -7812541 or 4442760. OLE color: 4442760.
HSL color Cylindrical-coordinate representation of color #88CA43: hue angle of 89.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88CA43 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 67 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.21 |
| HSL | 89.33º | 0.56% | 0.53% | - |
| HSV(B) | 89.33º | 0.67% | 0.79% | - |
| XYZ | 32.29 | 47.88 | 12.85 | - |
| YUV | 166.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 67 | 0.33 | 0 | 0.67 | 0.21 | 89.33 | 0.56 | 0.53 |
| Hex | 88 | CA | 43 | 21 | 0 | 43 | 15 | 59 | 38 | 35 |
| Octal | 210 | 312 | 103 | 41 | 0 | 103 | 25 | 131 | 70 | 65 |
| Binary | 10001000 | 11001010 | 1000011 | 100001 | 0 | 1000011 | 10101 | 1011001 | 111000 | 110101 |
Color Harmonies of #88CA43
Complementary color
Monochromatic Colors of #88CA43
Black with #88CA43
Text Example
Text Example
White with #88CA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA43; }
p { color: rgb(136,202,67); }
H1.HeaderClassName
{
color: #88CA43;
}
.AnyTagClassName
{
color: #88CA43;
}
</style>
background-color css
<style>
a { background-color: #88CA43; }
a { background-color: rgb(136,202,67); }
div.DivClassName
{
background-color: #88CA43;
}
.BgClassName
{
background-color: #88CA43;
}
</style>
border-color css
<style>
span { border-color: #88CA43; }
span { border-color: rgb(136,202,67); }
td.TdClassName
{
border-color: #88CA43;
}
.TagClassName
{
border-color: #88CA43;
}
</style>