Shades of Atlantis #92DB49
Tints of Atlantis #92DB49
RGB
CMYK
RGB Variations
Color information
#92DB49 (or 0x92DB49) is known color: Atlantis. HEX triplet: 92, DB and 49. RGB value is (146,219,73). Sum of RGB (Red+Green+Blue) = 146+219+73=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DB49 is #6D24B6. Grayscale: #B5B5B5. Windows color (decimal): -7152823 or 4840338. OLE color: 4840338.
HSL color Cylindrical-coordinate representation of color #92DB49: hue angle of 90º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92DB49 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 73 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.14 |
| HSL | 90º | 0.67% | 0.57% | - |
| HSV(B) | 90º | 0.67% | 0.86% | - |
| XYZ | 38.39 | 57.26 | 15.33 | - |
| YUV | 180.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 73 | 0.33 | 0 | 0.67 | 0.14 | 90 | 0.67 | 0.57 |
| Hex | 92 | DB | 49 | 21 | 0 | 43 | E | 5A | 43 | 39 |
| Octal | 222 | 333 | 111 | 41 | 0 | 103 | 16 | 132 | 103 | 71 |
| Binary | 10010010 | 11011011 | 1001001 | 100001 | 0 | 1000011 | 1110 | 1011010 | 1000011 | 111001 |
Color Harmonies of #92DB49
Complementary color
Monochromatic Colors of #92DB49
Black with #92DB49
Text Example
Text Example
White with #92DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DB49; }
p { color: rgb(146,219,73); }
H1.HeaderClassName
{
color: #92DB49;
}
.AnyTagClassName
{
color: #92DB49;
}
</style>
background-color css
<style>
a { background-color: #92DB49; }
a { background-color: rgb(146,219,73); }
div.DivClassName
{
background-color: #92DB49;
}
.BgClassName
{
background-color: #92DB49;
}
</style>
border-color css
<style>
span { border-color: #92DB49; }
span { border-color: rgb(146,219,73); }
td.TdClassName
{
border-color: #92DB49;
}
.TagClassName
{
border-color: #92DB49;
}
</style>