Shades of Atlantis #85F136
Tints of Atlantis #85F136
RGB
CMYK
RGB Variations
Color information
#85F136 (or 0x85F136) is known color: Atlantis. HEX triplet: 85, F1 and 36. RGB value is (133,241,54). Sum of RGB (Red+Green+Blue) = 133+241+54=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #85F136 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F136 is #7A0EC9. Grayscale: #BCBCBC. Windows color (decimal): -7999178 or 3600773. OLE color: 3600773.
HSL color Cylindrical-coordinate representation of color #85F136: hue angle of 94.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85F136 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 241 | 54 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.05 |
| HSL | 94.65º | 0.87% | 0.58% | - |
| HSV(B) | 94.65º | 0.78% | 0.95% | - |
| XYZ | 41.79 | 68.16 | 14.44 | - |
| YUV | 187.39 | 52.72 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 241 | 54 | 0.45 | 0 | 0.78 | 0.05 | 94.65 | 0.87 | 0.58 |
| Hex | 85 | F1 | 36 | 2D | 0 | 4E | 5 | 5F | 57 | 3A |
| Octal | 205 | 361 | 66 | 55 | 0 | 116 | 5 | 137 | 127 | 72 |
| Binary | 10000101 | 11110001 | 110110 | 101101 | 0 | 1001110 | 101 | 1011111 | 1010111 | 111010 |
Color Harmonies of #85F136
Complementary color
Monochromatic Colors of #85F136
Black with #85F136
Text Example
Text Example
White with #85F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F136; }
p { color: rgb(133,241,54); }
H1.HeaderClassName
{
color: #85F136;
}
.AnyTagClassName
{
color: #85F136;
}
</style>
background-color css
<style>
a { background-color: #85F136; }
a { background-color: rgb(133,241,54); }
div.DivClassName
{
background-color: #85F136;
}
.BgClassName
{
background-color: #85F136;
}
</style>
border-color css
<style>
span { border-color: #85F136; }
span { border-color: rgb(133,241,54); }
td.TdClassName
{
border-color: #85F136;
}
.TagClassName
{
border-color: #85F136;
}
</style>