Shades of Atlantis #92E835
Tints of Atlantis #92E835
RGB
CMYK
RGB Variations
Color information
#92E835 (or 0x92E835) is known color: Atlantis. HEX triplet: 92, E8 and 35. RGB value is (146,232,53). Sum of RGB (Red+Green+Blue) = 146+232+53=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 232 (91.02% from 255 or 53.83% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 232 - color contains mainly: green. Hex color #92E835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92E835 is #6D17CA. Grayscale: #BABABA. Windows color (decimal): -7149515 or 3532946. OLE color: 3532946.
HSL color Cylindrical-coordinate representation of color #92E835: hue angle of 88.83º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92E835 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 232 | 53 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.09 |
| HSL | 88.83º | 0.8% | 0.56% | - |
| HSV(B) | 88.83º | 0.77% | 0.91% | - |
| XYZ | 41.35 | 64.08 | 13.56 | - |
| YUV | 185.88 | 53.01 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 232 | 53 | 0.37 | 0 | 0.77 | 0.09 | 88.83 | 0.8 | 0.56 |
| Hex | 92 | E8 | 35 | 25 | 0 | 4D | 9 | 59 | 50 | 38 |
| Octal | 222 | 350 | 65 | 45 | 0 | 115 | 11 | 131 | 120 | 70 |
| Binary | 10010010 | 11101000 | 110101 | 100101 | 0 | 1001101 | 1001 | 1011001 | 1010000 | 111000 |
Color Harmonies of #92E835
Complementary color
Monochromatic Colors of #92E835
Black with #92E835
Text Example
Text Example
White with #92E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E835; }
p { color: rgb(146,232,53); }
H1.HeaderClassName
{
color: #92E835;
}
.AnyTagClassName
{
color: #92E835;
}
</style>
background-color css
<style>
a { background-color: #92E835; }
a { background-color: rgb(146,232,53); }
div.DivClassName
{
background-color: #92E835;
}
.BgClassName
{
background-color: #92E835;
}
</style>
border-color css
<style>
span { border-color: #92E835; }
span { border-color: rgb(146,232,53); }
td.TdClassName
{
border-color: #92E835;
}
.TagClassName
{
border-color: #92E835;
}
</style>