Shades of Atlantis #92DF32
Tints of Atlantis #92DF32
RGB
CMYK
RGB Variations
Color information
#92DF32 (or 0x92DF32) is known color: Atlantis. HEX triplet: 92, DF and 32. RGB value is (146,223,50). Sum of RGB (Red+Green+Blue) = 146+223+50=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DF32 is #6D20CD. Grayscale: #B4B4B4. Windows color (decimal): -7151822 or 3334034. OLE color: 3334034.
HSL color Cylindrical-coordinate representation of color #92DF32: hue angle of 86.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #92DF32 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 50 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.13 |
| HSL | 86.71º | 0.73% | 0.54% | - |
| HSV(B) | 86.71º | 0.78% | 0.87% | - |
| XYZ | 38.82 | 59.12 | 12.38 | - |
| YUV | 180.26 | 54.49 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 50 | 0.35 | 0 | 0.78 | 0.13 | 86.71 | 0.73 | 0.54 |
| Hex | 92 | DF | 32 | 23 | 0 | 4E | D | 57 | 49 | 36 |
| Octal | 222 | 337 | 62 | 43 | 0 | 116 | 15 | 127 | 111 | 66 |
| Binary | 10010010 | 11011111 | 110010 | 100011 | 0 | 1001110 | 1101 | 1010111 | 1001001 | 110110 |
Color Harmonies of #92DF32
Complementary color
Monochromatic Colors of #92DF32
Black with #92DF32
Text Example
Text Example
White with #92DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DF32; }
p { color: rgb(146,223,50); }
H1.HeaderClassName
{
color: #92DF32;
}
.AnyTagClassName
{
color: #92DF32;
}
</style>
background-color css
<style>
a { background-color: #92DF32; }
a { background-color: rgb(146,223,50); }
div.DivClassName
{
background-color: #92DF32;
}
.BgClassName
{
background-color: #92DF32;
}
</style>
border-color css
<style>
span { border-color: #92DF32; }
span { border-color: rgb(146,223,50); }
td.TdClassName
{
border-color: #92DF32;
}
.TagClassName
{
border-color: #92DF32;
}
</style>