Shades of Atlantis #92DE42
Tints of Atlantis #92DE42
RGB
CMYK
RGB Variations
Color information
#92DE42 (or 0x92DE42) is known color: Atlantis. HEX triplet: 92, DE and 42. RGB value is (146,222,66). Sum of RGB (Red+Green+Blue) = 146+222+66=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DE42 is #6D21BD. Grayscale: #B6B6B6. Windows color (decimal): -7152062 or 4382354. OLE color: 4382354.
HSL color Cylindrical-coordinate representation of color #92DE42: hue angle of 89.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #92DE42 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 66 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.13 |
| HSL | 89.23º | 0.7% | 0.56% | - |
| HSV(B) | 89.23º | 0.7% | 0.87% | - |
| XYZ | 38.96 | 58.75 | 14.44 | - |
| YUV | 181.49 | 62.82 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 66 | 0.34 | 0 | 0.70 | 0.13 | 89.23 | 0.7 | 0.56 |
| Hex | 92 | DE | 42 | 22 | 0 | 46 | D | 59 | 46 | 38 |
| Octal | 222 | 336 | 102 | 42 | 0 | 106 | 15 | 131 | 106 | 70 |
| Binary | 10010010 | 11011110 | 1000010 | 100010 | 0 | 1000110 | 1101 | 1011001 | 1000110 | 111000 |
Color Harmonies of #92DE42
Complementary color
Monochromatic Colors of #92DE42
Black with #92DE42
Text Example
Text Example
White with #92DE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE42; }
p { color: rgb(146,222,66); }
H1.HeaderClassName
{
color: #92DE42;
}
.AnyTagClassName
{
color: #92DE42;
}
</style>
background-color css
<style>
a { background-color: #92DE42; }
a { background-color: rgb(146,222,66); }
div.DivClassName
{
background-color: #92DE42;
}
.BgClassName
{
background-color: #92DE42;
}
</style>
border-color css
<style>
span { border-color: #92DE42; }
span { border-color: rgb(146,222,66); }
td.TdClassName
{
border-color: #92DE42;
}
.TagClassName
{
border-color: #92DE42;
}
</style>