Shades of Atlantis #92DE32
Tints of Atlantis #92DE32
RGB
CMYK
RGB Variations
Color information
#92DE32 (or 0x92DE32) is known color: Atlantis. HEX triplet: 92, DE and 32. RGB value is (146,222,50). Sum of RGB (Red+Green+Blue) = 146+222+50=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DE32 is #6D21CD. Grayscale: #B4B4B4. Windows color (decimal): -7152078 or 3333778. OLE color: 3333778.
HSL color Cylindrical-coordinate representation of color #92DE32: hue angle of 86.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #92DE32 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 50 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.13 |
| HSL | 86.51º | 0.72% | 0.53% | - |
| HSV(B) | 86.51º | 0.77% | 0.87% | - |
| XYZ | 38.55 | 58.58 | 12.29 | - |
| YUV | 179.67 | 54.82 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 50 | 0.34 | 0 | 0.77 | 0.13 | 86.51 | 0.72 | 0.53 |
| Hex | 92 | DE | 32 | 22 | 0 | 4D | D | 57 | 48 | 35 |
| Octal | 222 | 336 | 62 | 42 | 0 | 115 | 15 | 127 | 110 | 65 |
| Binary | 10010010 | 11011110 | 110010 | 100010 | 0 | 1001101 | 1101 | 1010111 | 1001000 | 110101 |
Color Harmonies of #92DE32
Complementary color
Monochromatic Colors of #92DE32
Black with #92DE32
Text Example
Text Example
White with #92DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE32; }
p { color: rgb(146,222,50); }
H1.HeaderClassName
{
color: #92DE32;
}
.AnyTagClassName
{
color: #92DE32;
}
</style>
background-color css
<style>
a { background-color: #92DE32; }
a { background-color: rgb(146,222,50); }
div.DivClassName
{
background-color: #92DE32;
}
.BgClassName
{
background-color: #92DE32;
}
</style>
border-color css
<style>
span { border-color: #92DE32; }
span { border-color: rgb(146,222,50); }
td.TdClassName
{
border-color: #92DE32;
}
.TagClassName
{
border-color: #92DE32;
}
</style>