Shades of Atlantis #92CB42
Tints of Atlantis #92CB42
RGB
CMYK
RGB Variations
Color information
#92CB42 (or 0x92CB42) is known color: Atlantis. HEX triplet: 92, CB and 42. RGB value is (146,203,66). Sum of RGB (Red+Green+Blue) = 146+203+66=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #92CB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92CB42 is #6D34BD. Grayscale: #AAAAAA. Windows color (decimal): -7156926 or 4377490. OLE color: 4377490.
HSL color Cylindrical-coordinate representation of color #92CB42: hue angle of 84.96º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92CB42 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 203 | 66 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.20 |
| HSL | 84.96º | 0.57% | 0.53% | - |
| HSV(B) | 84.96º | 0.67% | 0.8% | - |
| XYZ | 34.19 | 49.22 | 12.85 | - |
| YUV | 170.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 203 | 66 | 0.28 | 0 | 0.67 | 0.20 | 84.96 | 0.57 | 0.53 |
| Hex | 92 | CB | 42 | 1C | 0 | 43 | 14 | 55 | 39 | 35 |
| Octal | 222 | 313 | 102 | 34 | 0 | 103 | 24 | 125 | 71 | 65 |
| Binary | 10010010 | 11001011 | 1000010 | 11100 | 0 | 1000011 | 10100 | 1010101 | 111001 | 110101 |
Color Harmonies of #92CB42
Complementary color
Monochromatic Colors of #92CB42
Black with #92CB42
Text Example
Text Example
White with #92CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CB42; }
p { color: rgb(146,203,66); }
H1.HeaderClassName
{
color: #92CB42;
}
.AnyTagClassName
{
color: #92CB42;
}
</style>
background-color css
<style>
a { background-color: #92CB42; }
a { background-color: rgb(146,203,66); }
div.DivClassName
{
background-color: #92CB42;
}
.BgClassName
{
background-color: #92CB42;
}
</style>
border-color css
<style>
span { border-color: #92CB42; }
span { border-color: rgb(146,203,66); }
td.TdClassName
{
border-color: #92CB42;
}
.TagClassName
{
border-color: #92CB42;
}
</style>