Shades of Atlantis #85C03F
Tints of Atlantis #85C03F
RGB
CMYK
RGB Variations
Color information
#85C03F (or 0x85C03F) is known color: Atlantis. HEX triplet: 85, C0 and 3F. RGB value is (133,192,63). Sum of RGB (Red+Green+Blue) = 133+192+63=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #85C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C03F is #7A3FC0. Grayscale: #A0A0A0. Windows color (decimal): -8011713 or 4178053. OLE color: 4178053.
HSL color Cylindrical-coordinate representation of color #85C03F: hue angle of 87.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85C03F is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 63 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.25 |
| HSL | 87.44º | 0.51% | 0.5% | - |
| HSV(B) | 87.44º | 0.67% | 0.75% | - |
| XYZ | 29.42 | 43.04 | 11.46 | - |
| YUV | 159.65 | 73.45 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 63 | 0.31 | 0 | 0.67 | 0.25 | 87.44 | 0.51 | 0.5 |
| Hex | 85 | C0 | 3F | 1F | 0 | 43 | 19 | 57 | 33 | 32 |
| Octal | 205 | 300 | 77 | 37 | 0 | 103 | 31 | 127 | 63 | 62 |
| Binary | 10000101 | 11000000 | 111111 | 11111 | 0 | 1000011 | 11001 | 1010111 | 110011 | 110010 |
Color Harmonies of #85C03F
Complementary color
Monochromatic Colors of #85C03F
Black with #85C03F
Text Example
Text Example
White with #85C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C03F; }
p { color: rgb(133,192,63); }
H1.HeaderClassName
{
color: #85C03F;
}
.AnyTagClassName
{
color: #85C03F;
}
</style>
background-color css
<style>
a { background-color: #85C03F; }
a { background-color: rgb(133,192,63); }
div.DivClassName
{
background-color: #85C03F;
}
.BgClassName
{
background-color: #85C03F;
}
</style>
border-color css
<style>
span { border-color: #85C03F; }
span { border-color: rgb(133,192,63); }
td.TdClassName
{
border-color: #85C03F;
}
.TagClassName
{
border-color: #85C03F;
}
</style>