Shades of Atlantis #92CB47
Tints of Atlantis #92CB47
RGB
CMYK
RGB Variations
Color information
#92CB47 (or 0x92CB47) is known color: Atlantis. HEX triplet: 92, CB and 47. RGB value is (146,203,71). Sum of RGB (Red+Green+Blue) = 146+203+71=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CB47 is #6D34B8. Grayscale: #ABABAB. Windows color (decimal): -7156921 or 4705170. OLE color: 4705170.
HSL color Cylindrical-coordinate representation of color #92CB47: hue angle of 85.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92CB47 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 71 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.20 |
| HSL | 85.91º | 0.56% | 0.54% | - |
| HSV(B) | 85.91º | 0.65% | 0.8% | - |
| XYZ | 34.35 | 49.28 | 13.66 | - |
| YUV | 170.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 71 | 0.28 | 0 | 0.65 | 0.20 | 85.91 | 0.56 | 0.54 |
| Hex | 92 | CB | 47 | 1C | 0 | 41 | 14 | 56 | 38 | 36 |
| Octal | 222 | 313 | 107 | 34 | 0 | 101 | 24 | 126 | 70 | 66 |
| Binary | 10010010 | 11001011 | 1000111 | 11100 | 0 | 1000001 | 10100 | 1010110 | 111000 | 110110 |
Color Harmonies of #92CB47
Complementary color
Monochromatic Colors of #92CB47
Black with #92CB47
Text Example
Text Example
White with #92CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CB47; }
p { color: rgb(146,203,71); }
H1.HeaderClassName
{
color: #92CB47;
}
.AnyTagClassName
{
color: #92CB47;
}
</style>
background-color css
<style>
a { background-color: #92CB47; }
a { background-color: rgb(146,203,71); }
div.DivClassName
{
background-color: #92CB47;
}
.BgClassName
{
background-color: #92CB47;
}
</style>
border-color css
<style>
span { border-color: #92CB47; }
span { border-color: rgb(146,203,71); }
td.TdClassName
{
border-color: #92CB47;
}
.TagClassName
{
border-color: #92CB47;
}
</style>