Shades of Atlantis #92DD50
Tints of Atlantis #92DD50
RGB
CMYK
RGB Variations
Color information
#92DD50 (or 0x92DD50) is known color: Atlantis. HEX triplet: 92, DD and 50. RGB value is (146,221,80). Sum of RGB (Red+Green+Blue) = 146+221+80=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD50 is #6D22AF. Grayscale: #B6B6B6. Windows color (decimal): -7152304 or 5299602. OLE color: 5299602.
HSL color Cylindrical-coordinate representation of color #92DD50: hue angle of 91.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #92DD50 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 80 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.13 |
| HSL | 91.91º | 0.67% | 0.59% | - |
| HSV(B) | 91.91º | 0.64% | 0.87% | - |
| XYZ | 39.16 | 58.4 | 16.8 | - |
| YUV | 182.5 | 70.15 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 80 | 0.34 | 0 | 0.64 | 0.13 | 91.91 | 0.67 | 0.59 |
| Hex | 92 | DD | 50 | 22 | 0 | 40 | D | 5C | 43 | 3B |
| Octal | 222 | 335 | 120 | 42 | 0 | 100 | 15 | 134 | 103 | 73 |
| Binary | 10010010 | 11011101 | 1010000 | 100010 | 0 | 1000000 | 1101 | 1011100 | 1000011 | 111011 |
Color Harmonies of #92DD50
Complementary color
Monochromatic Colors of #92DD50
Black with #92DD50
Text Example
Text Example
White with #92DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DD50; }
p { color: rgb(146,221,80); }
H1.HeaderClassName
{
color: #92DD50;
}
.AnyTagClassName
{
color: #92DD50;
}
</style>
background-color css
<style>
a { background-color: #92DD50; }
a { background-color: rgb(146,221,80); }
div.DivClassName
{
background-color: #92DD50;
}
.BgClassName
{
background-color: #92DD50;
}
</style>
border-color css
<style>
span { border-color: #92DD50; }
span { border-color: rgb(146,221,80); }
td.TdClassName
{
border-color: #92DD50;
}
.TagClassName
{
border-color: #92DD50;
}
</style>