Shades of Atlantis #85EF46
Tints of Atlantis #85EF46
RGB
CMYK
RGB Variations
Color information
#85EF46 (or 0x85EF46) is known color: Atlantis. HEX triplet: 85, EF and 46. RGB value is (133,239,70). Sum of RGB (Red+Green+Blue) = 133+239+70=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF46 is #7A10B9. Grayscale: #BCBCBC. Windows color (decimal): -7999674 or 4648837. OLE color: 4648837.
HSL color Cylindrical-coordinate representation of color #85EF46: hue angle of 97.63º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85EF46 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 70 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.06 |
| HSL | 97.63º | 0.84% | 0.61% | - |
| HSV(B) | 97.63º | 0.71% | 0.94% | - |
| XYZ | 41.64 | 67.16 | 16.56 | - |
| YUV | 188.04 | 61.38 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 70 | 0.44 | 0 | 0.71 | 0.06 | 97.63 | 0.84 | 0.61 |
| Hex | 85 | EF | 46 | 2C | 0 | 47 | 6 | 62 | 54 | 3D |
| Octal | 205 | 357 | 106 | 54 | 0 | 107 | 6 | 142 | 124 | 75 |
| Binary | 10000101 | 11101111 | 1000110 | 101100 | 0 | 1000111 | 110 | 1100010 | 1010100 | 111101 |
Color Harmonies of #85EF46
Complementary color
Monochromatic Colors of #85EF46
Black with #85EF46
Text Example
Text Example
White with #85EF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF46; }
p { color: rgb(133,239,70); }
H1.HeaderClassName
{
color: #85EF46;
}
.AnyTagClassName
{
color: #85EF46;
}
</style>
background-color css
<style>
a { background-color: #85EF46; }
a { background-color: rgb(133,239,70); }
div.DivClassName
{
background-color: #85EF46;
}
.BgClassName
{
background-color: #85EF46;
}
</style>
border-color css
<style>
span { border-color: #85EF46; }
span { border-color: rgb(133,239,70); }
td.TdClassName
{
border-color: #85EF46;
}
.TagClassName
{
border-color: #85EF46;
}
</style>