Shades of Atlantis #88CF41
Tints of Atlantis #88CF41
RGB
CMYK
RGB Variations
Color information
#88CF41 (or 0x88CF41) is known color: Atlantis. HEX triplet: 88, CF and 41. RGB value is (136,207,65). Sum of RGB (Red+Green+Blue) = 136+207+65=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #88CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CF41 is #7730BE. Grayscale: #AAAAAA. Windows color (decimal): -7811263 or 4312968. OLE color: 4312968.
HSL color Cylindrical-coordinate representation of color #88CF41: hue angle of 90º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88CF41 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 65 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.19 |
| HSL | 90º | 0.6% | 0.53% | - |
| HSV(B) | 90º | 0.69% | 0.81% | - |
| XYZ | 33.42 | 50.24 | 12.94 | - |
| YUV | 169.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 65 | 0.34 | 0 | 0.69 | 0.19 | 90 | 0.6 | 0.53 |
| Hex | 88 | CF | 41 | 22 | 0 | 45 | 13 | 5A | 3C | 35 |
| Octal | 210 | 317 | 101 | 42 | 0 | 105 | 23 | 132 | 74 | 65 |
| Binary | 10001000 | 11001111 | 1000001 | 100010 | 0 | 1000101 | 10011 | 1011010 | 111100 | 110101 |
Color Harmonies of #88CF41
Complementary color
Monochromatic Colors of #88CF41
Black with #88CF41
Text Example
Text Example
White with #88CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CF41; }
p { color: rgb(136,207,65); }
H1.HeaderClassName
{
color: #88CF41;
}
.AnyTagClassName
{
color: #88CF41;
}
</style>
background-color css
<style>
a { background-color: #88CF41; }
a { background-color: rgb(136,207,65); }
div.DivClassName
{
background-color: #88CF41;
}
.BgClassName
{
background-color: #88CF41;
}
</style>
border-color css
<style>
span { border-color: #88CF41; }
span { border-color: rgb(136,207,65); }
td.TdClassName
{
border-color: #88CF41;
}
.TagClassName
{
border-color: #88CF41;
}
</style>