Shades of Atlantis #88F145
Tints of Atlantis #88F145
RGB
CMYK
RGB Variations
Color information
#88F145 (or 0x88F145) is known color: Atlantis. HEX triplet: 88, F1 and 45. RGB value is (136,241,69). Sum of RGB (Red+Green+Blue) = 136+241+69=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #88F145 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F145 is #770EBA. Grayscale: #BEBEBE. Windows color (decimal): -7802555 or 4583816. OLE color: 4583816.
HSL color Cylindrical-coordinate representation of color #88F145: hue angle of 96.63º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88F145 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 241 | 69 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.05 |
| HSL | 96.63º | 0.86% | 0.61% | - |
| HSV(B) | 96.63º | 0.71% | 0.95% | - |
| XYZ | 42.68 | 68.57 | 16.62 | - |
| YUV | 190 | 59.71 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 241 | 69 | 0.44 | 0 | 0.71 | 0.05 | 96.63 | 0.86 | 0.61 |
| Hex | 88 | F1 | 45 | 2C | 0 | 47 | 5 | 61 | 56 | 3D |
| Octal | 210 | 361 | 105 | 54 | 0 | 107 | 5 | 141 | 126 | 75 |
| Binary | 10001000 | 11110001 | 1000101 | 101100 | 0 | 1000111 | 101 | 1100001 | 1010110 | 111101 |
Color Harmonies of #88F145
Complementary color
Monochromatic Colors of #88F145
Black with #88F145
Text Example
Text Example
White with #88F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F145; }
p { color: rgb(136,241,69); }
H1.HeaderClassName
{
color: #88F145;
}
.AnyTagClassName
{
color: #88F145;
}
</style>
background-color css
<style>
a { background-color: #88F145; }
a { background-color: rgb(136,241,69); }
div.DivClassName
{
background-color: #88F145;
}
.BgClassName
{
background-color: #88F145;
}
</style>
border-color css
<style>
span { border-color: #88F145; }
span { border-color: rgb(136,241,69); }
td.TdClassName
{
border-color: #88F145;
}
.TagClassName
{
border-color: #88F145;
}
</style>