Shades of Atlantis #85F23B
Tints of Atlantis #85F23B
RGB
CMYK
RGB Variations
Color information
#85F23B (or 0x85F23B) is known color: Atlantis. HEX triplet: 85, F2 and 3B. RGB value is (133,242,59). Sum of RGB (Red+Green+Blue) = 133+242+59=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #85F23B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F23B is #7A0DC4. Grayscale: #BDBDBD. Windows color (decimal): -7998917 or 3928709. OLE color: 3928709.
HSL color Cylindrical-coordinate representation of color #85F23B: hue angle of 95.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85F23B is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 242 | 59 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.05 |
| HSL | 95.74º | 0.88% | 0.59% | - |
| HSV(B) | 95.74º | 0.76% | 0.95% | - |
| XYZ | 42.21 | 68.81 | 15.19 | - |
| YUV | 188.55 | 54.89 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 242 | 59 | 0.45 | 0 | 0.76 | 0.05 | 95.74 | 0.88 | 0.59 |
| Hex | 85 | F2 | 3B | 2D | 0 | 4C | 5 | 60 | 58 | 3B |
| Octal | 205 | 362 | 73 | 55 | 0 | 114 | 5 | 140 | 130 | 73 |
| Binary | 10000101 | 11110010 | 111011 | 101101 | 0 | 1001100 | 101 | 1100000 | 1011000 | 111011 |
Color Harmonies of #85F23B
Complementary color
Monochromatic Colors of #85F23B
Black with #85F23B
Text Example
Text Example
White with #85F23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F23B; }
p { color: rgb(133,242,59); }
H1.HeaderClassName
{
color: #85F23B;
}
.AnyTagClassName
{
color: #85F23B;
}
</style>
background-color css
<style>
a { background-color: #85F23B; }
a { background-color: rgb(133,242,59); }
div.DivClassName
{
background-color: #85F23B;
}
.BgClassName
{
background-color: #85F23B;
}
</style>
border-color css
<style>
span { border-color: #85F23B; }
span { border-color: rgb(133,242,59); }
td.TdClassName
{
border-color: #85F23B;
}
.TagClassName
{
border-color: #85F23B;
}
</style>