Shades of Atlantis #85F144
Tints of Atlantis #85F144
RGB
CMYK
RGB Variations
Color information
#85F144 (or 0x85F144) is known color: Atlantis. HEX triplet: 85, F1 and 44. RGB value is (133,241,68). Sum of RGB (Red+Green+Blue) = 133+241+68=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #85F144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F144 is #7A0EBB. Grayscale: #BDBDBD. Windows color (decimal): -7999164 or 4518277. OLE color: 4518277.
HSL color Cylindrical-coordinate representation of color #85F144: hue angle of 97.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85F144 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 68 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.05 |
| HSL | 97.46º | 0.86% | 0.61% | - |
| HSV(B) | 97.46º | 0.72% | 0.95% | - |
| XYZ | 42.17 | 68.31 | 16.43 | - |
| YUV | 188.99 | 59.72 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 68 | 0.45 | 0 | 0.72 | 0.05 | 97.46 | 0.86 | 0.61 |
| Hex | 85 | F1 | 44 | 2D | 0 | 48 | 5 | 61 | 56 | 3D |
| Octal | 205 | 361 | 104 | 55 | 0 | 110 | 5 | 141 | 126 | 75 |
| Binary | 10000101 | 11110001 | 1000100 | 101101 | 0 | 1001000 | 101 | 1100001 | 1010110 | 111101 |
Color Harmonies of #85F144
Complementary color
Monochromatic Colors of #85F144
Black with #85F144
Text Example
Text Example
White with #85F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F144; }
p { color: rgb(133,241,68); }
H1.HeaderClassName
{
color: #85F144;
}
.AnyTagClassName
{
color: #85F144;
}
</style>
background-color css
<style>
a { background-color: #85F144; }
a { background-color: rgb(133,241,68); }
div.DivClassName
{
background-color: #85F144;
}
.BgClassName
{
background-color: #85F144;
}
</style>
border-color css
<style>
span { border-color: #85F144; }
span { border-color: rgb(133,241,68); }
td.TdClassName
{
border-color: #85F144;
}
.TagClassName
{
border-color: #85F144;
}
</style>