Shades of Atlantis #85BF41
Tints of Atlantis #85BF41
RGB
CMYK
RGB Variations
Color information
#85BF41 (or 0x85BF41) is known color: Atlantis. HEX triplet: 85, BF and 41. RGB value is (133,191,65). Sum of RGB (Red+Green+Blue) = 133+191+65=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF41 is #7A40BE. Grayscale: #9F9F9F. Windows color (decimal): -8011967 or 4308869. OLE color: 4308869.
HSL color Cylindrical-coordinate representation of color #85BF41: hue angle of 87.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85BF41 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 65 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.25 |
| HSL | 87.62º | 0.5% | 0.5% | - |
| HSV(B) | 87.62º | 0.66% | 0.75% | - |
| XYZ | 29.26 | 42.63 | 11.69 | - |
| YUV | 159.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 65 | 0.30 | 0 | 0.66 | 0.25 | 87.62 | 0.5 | 0.5 |
| Hex | 85 | BF | 41 | 1E | 0 | 42 | 19 | 58 | 32 | 32 |
| Octal | 205 | 277 | 101 | 36 | 0 | 102 | 31 | 130 | 62 | 62 |
| Binary | 10000101 | 10111111 | 1000001 | 11110 | 0 | 1000010 | 11001 | 1011000 | 110010 | 110010 |
Color Harmonies of #85BF41
Complementary color
Monochromatic Colors of #85BF41
Black with #85BF41
Text Example
Text Example
White with #85BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF41; }
p { color: rgb(133,191,65); }
H1.HeaderClassName
{
color: #85BF41;
}
.AnyTagClassName
{
color: #85BF41;
}
</style>
background-color css
<style>
a { background-color: #85BF41; }
a { background-color: rgb(133,191,65); }
div.DivClassName
{
background-color: #85BF41;
}
.BgClassName
{
background-color: #85BF41;
}
</style>
border-color css
<style>
span { border-color: #85BF41; }
span { border-color: rgb(133,191,65); }
td.TdClassName
{
border-color: #85BF41;
}
.TagClassName
{
border-color: #85BF41;
}
</style>