Shades of Atlantis #92DE54
Tints of Atlantis #92DE54
RGB
CMYK
RGB Variations
Color information
#92DE54 (or 0x92DE54) is known color: Atlantis. HEX triplet: 92, DE and 54. RGB value is (146,222,84). Sum of RGB (Red+Green+Blue) = 146+222+84=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE54 is #6D21AB. Grayscale: #B8B8B8. Windows color (decimal): -7152044 or 5562002. OLE color: 5562002.
HSL color Cylindrical-coordinate representation of color #92DE54: hue angle of 93.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92DE54 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 84 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.13 |
| HSL | 93.04º | 0.68% | 0.6% | - |
| HSV(B) | 93.04º | 0.62% | 0.87% | - |
| XYZ | 39.58 | 58.99 | 17.69 | - |
| YUV | 183.54 | 71.82 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 84 | 0.34 | 0 | 0.62 | 0.13 | 93.04 | 0.68 | 0.6 |
| Hex | 92 | DE | 54 | 22 | 0 | 3E | D | 5D | 44 | 3C |
| Octal | 222 | 336 | 124 | 42 | 0 | 76 | 15 | 135 | 104 | 74 |
| Binary | 10010010 | 11011110 | 1010100 | 100010 | 0 | 111110 | 1101 | 1011101 | 1000100 | 111100 |
Color Harmonies of #92DE54
Complementary color
Monochromatic Colors of #92DE54
Black with #92DE54
Text Example
Text Example
White with #92DE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DE54; }
p { color: rgb(146,222,84); }
H1.HeaderClassName
{
color: #92DE54;
}
.AnyTagClassName
{
color: #92DE54;
}
</style>
background-color css
<style>
a { background-color: #92DE54; }
a { background-color: rgb(146,222,84); }
div.DivClassName
{
background-color: #92DE54;
}
.BgClassName
{
background-color: #92DE54;
}
</style>
border-color css
<style>
span { border-color: #92DE54; }
span { border-color: rgb(146,222,84); }
td.TdClassName
{
border-color: #92DE54;
}
.TagClassName
{
border-color: #92DE54;
}
</style>