Shades of Atlantis #92CF51
Tints of Atlantis #92CF51
RGB
CMYK
RGB Variations
Color information
#92CF51 (or 0x92CF51) is known color: Atlantis. HEX triplet: 92, CF and 51. RGB value is (146,207,81). Sum of RGB (Red+Green+Blue) = 146+207+81=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CF51 is #6D30AE. Grayscale: #AEAEAE. Windows color (decimal): -7155887 or 5361554. OLE color: 5361554.
HSL color Cylindrical-coordinate representation of color #92CF51: hue angle of 89.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #92CF51 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 207 | 81 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.19 |
| HSL | 89.05º | 0.57% | 0.56% | - |
| HSV(B) | 89.05º | 0.61% | 0.81% | - |
| XYZ | 35.65 | 51.33 | 15.81 | - |
| YUV | 174.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 207 | 81 | 0.29 | 0 | 0.61 | 0.19 | 89.05 | 0.57 | 0.56 |
| Hex | 92 | CF | 51 | 1D | 0 | 3D | 13 | 59 | 39 | 38 |
| Octal | 222 | 317 | 121 | 35 | 0 | 75 | 23 | 131 | 71 | 70 |
| Binary | 10010010 | 11001111 | 1010001 | 11101 | 0 | 111101 | 10011 | 1011001 | 111001 | 111000 |
Color Harmonies of #92CF51
Complementary color
Monochromatic Colors of #92CF51
Black with #92CF51
Text Example
Text Example
White with #92CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CF51; }
p { color: rgb(146,207,81); }
H1.HeaderClassName
{
color: #92CF51;
}
.AnyTagClassName
{
color: #92CF51;
}
</style>
background-color css
<style>
a { background-color: #92CF51; }
a { background-color: rgb(146,207,81); }
div.DivClassName
{
background-color: #92CF51;
}
.BgClassName
{
background-color: #92CF51;
}
</style>
border-color css
<style>
span { border-color: #92CF51; }
span { border-color: rgb(146,207,81); }
td.TdClassName
{
border-color: #92CF51;
}
.TagClassName
{
border-color: #92CF51;
}
</style>