Shades of Atlantis #92DC47
Tints of Atlantis #92DC47
RGB
CMYK
RGB Variations
Color information
#92DC47 (or 0x92DC47) is known color: Atlantis. HEX triplet: 92, DC and 47. RGB value is (146,220,71). Sum of RGB (Red+Green+Blue) = 146+220+71=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DC47 is #6D23B8. Grayscale: #B5B5B5. Windows color (decimal): -7152569 or 4709522. OLE color: 4709522.
HSL color Cylindrical-coordinate representation of color #92DC47: hue angle of 89.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92DC47 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 71 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.14 |
| HSL | 89.8º | 0.68% | 0.57% | - |
| HSV(B) | 89.8º | 0.68% | 0.86% | - |
| XYZ | 38.58 | 57.75 | 15.07 | - |
| YUV | 180.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 71 | 0.34 | 0 | 0.68 | 0.14 | 89.8 | 0.68 | 0.57 |
| Hex | 92 | DC | 47 | 22 | 0 | 44 | E | 5A | 44 | 39 |
| Octal | 222 | 334 | 107 | 42 | 0 | 104 | 16 | 132 | 104 | 71 |
| Binary | 10010010 | 11011100 | 1000111 | 100010 | 0 | 1000100 | 1110 | 1011010 | 1000100 | 111001 |
Color Harmonies of #92DC47
Complementary color
Monochromatic Colors of #92DC47
Black with #92DC47
Text Example
Text Example
White with #92DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DC47; }
p { color: rgb(146,220,71); }
H1.HeaderClassName
{
color: #92DC47;
}
.AnyTagClassName
{
color: #92DC47;
}
</style>
background-color css
<style>
a { background-color: #92DC47; }
a { background-color: rgb(146,220,71); }
div.DivClassName
{
background-color: #92DC47;
}
.BgClassName
{
background-color: #92DC47;
}
</style>
border-color css
<style>
span { border-color: #92DC47; }
span { border-color: rgb(146,220,71); }
td.TdClassName
{
border-color: #92DC47;
}
.TagClassName
{
border-color: #92DC47;
}
</style>