Shades of Atlantis #92DA50
Tints of Atlantis #92DA50
RGB
CMYK
RGB Variations
Color information
#92DA50 (or 0x92DA50) is known color: Atlantis. HEX triplet: 92, DA and 50. RGB value is (146,218,80). Sum of RGB (Red+Green+Blue) = 146+218+80=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DA50 is #6D25AF. Grayscale: #B5B5B5. Windows color (decimal): -7153072 or 5298834. OLE color: 5298834.
HSL color Cylindrical-coordinate representation of color #92DA50: hue angle of 91.3º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92DA50 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 218 | 80 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.15 |
| HSL | 91.3º | 0.65% | 0.58% | - |
| HSV(B) | 91.3º | 0.63% | 0.85% | - |
| XYZ | 38.37 | 56.83 | 16.54 | - |
| YUV | 180.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 218 | 80 | 0.33 | 0 | 0.63 | 0.15 | 91.3 | 0.65 | 0.58 |
| Hex | 92 | DA | 50 | 21 | 0 | 3F | F | 5B | 41 | 3A |
| Octal | 222 | 332 | 120 | 41 | 0 | 77 | 17 | 133 | 101 | 72 |
| Binary | 10010010 | 11011010 | 1010000 | 100001 | 0 | 111111 | 1111 | 1011011 | 1000001 | 111010 |
Color Harmonies of #92DA50
Complementary color
Monochromatic Colors of #92DA50
Black with #92DA50
Text Example
Text Example
White with #92DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DA50; }
p { color: rgb(146,218,80); }
H1.HeaderClassName
{
color: #92DA50;
}
.AnyTagClassName
{
color: #92DA50;
}
</style>
background-color css
<style>
a { background-color: #92DA50; }
a { background-color: rgb(146,218,80); }
div.DivClassName
{
background-color: #92DA50;
}
.BgClassName
{
background-color: #92DA50;
}
</style>
border-color css
<style>
span { border-color: #92DA50; }
span { border-color: rgb(146,218,80); }
td.TdClassName
{
border-color: #92DA50;
}
.TagClassName
{
border-color: #92DA50;
}
</style>