Shades of Atlantis #85C33E
Tints of Atlantis #85C33E
RGB
CMYK
RGB Variations
Color information
#85C33E (or 0x85C33E) is known color: Atlantis. HEX triplet: 85, C3 and 3E. RGB value is (133,195,62). Sum of RGB (Red+Green+Blue) = 133+195+62=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #85C33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C33E is #7A3CC1. Grayscale: #A1A1A1. Windows color (decimal): -8010946 or 4113285. OLE color: 4113285.
HSL color Cylindrical-coordinate representation of color #85C33E: hue angle of 87.97º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85C33E is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 62 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.24 |
| HSL | 87.97º | 0.53% | 0.5% | - |
| HSV(B) | 87.97º | 0.68% | 0.76% | - |
| XYZ | 30.06 | 44.36 | 11.54 | - |
| YUV | 161.3 | 71.96 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 62 | 0.32 | 0 | 0.68 | 0.24 | 87.97 | 0.53 | 0.5 |
| Hex | 85 | C3 | 3E | 20 | 0 | 44 | 18 | 58 | 35 | 32 |
| Octal | 205 | 303 | 76 | 40 | 0 | 104 | 30 | 130 | 65 | 62 |
| Binary | 10000101 | 11000011 | 111110 | 100000 | 0 | 1000100 | 11000 | 1011000 | 110101 | 110010 |
Color Harmonies of #85C33E
Complementary color
Monochromatic Colors of #85C33E
Black with #85C33E
Text Example
Text Example
White with #85C33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C33E; }
p { color: rgb(133,195,62); }
H1.HeaderClassName
{
color: #85C33E;
}
.AnyTagClassName
{
color: #85C33E;
}
</style>
background-color css
<style>
a { background-color: #85C33E; }
a { background-color: rgb(133,195,62); }
div.DivClassName
{
background-color: #85C33E;
}
.BgClassName
{
background-color: #85C33E;
}
</style>
border-color css
<style>
span { border-color: #85C33E; }
span { border-color: rgb(133,195,62); }
td.TdClassName
{
border-color: #85C33E;
}
.TagClassName
{
border-color: #85C33E;
}
</style>