Shades of Atlantis #92E233
Tints of Atlantis #92E233
RGB
CMYK
RGB Variations
Color information
#92E233 (or 0x92E233) is known color: Atlantis. HEX triplet: 92, E2 and 33. RGB value is (146,226,51). Sum of RGB (Red+Green+Blue) = 146+226+51=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 226 (88.67% from 255 or 53.43% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 226 - color contains mainly: green. Hex color #92E233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E233 is #6D1DCC. Grayscale: #B6B6B6. Windows color (decimal): -7151053 or 3400338. OLE color: 3400338.
HSL color Cylindrical-coordinate representation of color #92E233: hue angle of 87.43º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92E233 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 226 | 51 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.11 |
| HSL | 87.43º | 0.75% | 0.54% | - |
| HSV(B) | 87.43º | 0.77% | 0.89% | - |
| XYZ | 39.65 | 60.74 | 12.77 | - |
| YUV | 182.13 | 54 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 51 | 0.35 | 0 | 0.77 | 0.11 | 87.43 | 0.75 | 0.54 |
| Hex | 92 | E2 | 33 | 23 | 0 | 4D | B | 57 | 4B | 36 |
| Octal | 222 | 342 | 63 | 43 | 0 | 115 | 13 | 127 | 113 | 66 |
| Binary | 10010010 | 11100010 | 110011 | 100011 | 0 | 1001101 | 1011 | 1010111 | 1001011 | 110110 |
Color Harmonies of #92E233
Complementary color
Monochromatic Colors of #92E233
Black with #92E233
Text Example
Text Example
White with #92E233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E233; }
p { color: rgb(146,226,51); }
H1.HeaderClassName
{
color: #92E233;
}
.AnyTagClassName
{
color: #92E233;
}
</style>
background-color css
<style>
a { background-color: #92E233; }
a { background-color: rgb(146,226,51); }
div.DivClassName
{
background-color: #92E233;
}
.BgClassName
{
background-color: #92E233;
}
</style>
border-color css
<style>
span { border-color: #92E233; }
span { border-color: rgb(146,226,51); }
td.TdClassName
{
border-color: #92E233;
}
.TagClassName
{
border-color: #92E233;
}
</style>