Shades of Atlantis #90DE52
Tints of Atlantis #90DE52
RGB
CMYK
RGB Variations
Color information
#90DE52 (or 0x90DE52) is known color: Atlantis. HEX triplet: 90, DE and 52. RGB value is (144,222,82). Sum of RGB (Red+Green+Blue) = 144+222+82=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DE52 is #6F21AD. Grayscale: #B7B7B7. Windows color (decimal): -7283118 or 5430928. OLE color: 5430928.
HSL color Cylindrical-coordinate representation of color #90DE52: hue angle of 93.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90DE52 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 82 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.13 |
| HSL | 93.43º | 0.68% | 0.6% | - |
| HSV(B) | 93.43º | 0.63% | 0.87% | - |
| XYZ | 39.15 | 58.78 | 17.27 | - |
| YUV | 182.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 82 | 0.35 | 0 | 0.63 | 0.13 | 93.43 | 0.68 | 0.6 |
| Hex | 90 | DE | 52 | 23 | 0 | 3F | D | 5D | 44 | 3C |
| Octal | 220 | 336 | 122 | 43 | 0 | 77 | 15 | 135 | 104 | 74 |
| Binary | 10010000 | 11011110 | 1010010 | 100011 | 0 | 111111 | 1101 | 1011101 | 1000100 | 111100 |
Color Harmonies of #90DE52
Complementary color
Monochromatic Colors of #90DE52
Black with #90DE52
Text Example
Text Example
White with #90DE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DE52; }
p { color: rgb(144,222,82); }
H1.HeaderClassName
{
color: #90DE52;
}
.AnyTagClassName
{
color: #90DE52;
}
</style>
background-color css
<style>
a { background-color: #90DE52; }
a { background-color: rgb(144,222,82); }
div.DivClassName
{
background-color: #90DE52;
}
.BgClassName
{
background-color: #90DE52;
}
</style>
border-color css
<style>
span { border-color: #90DE52; }
span { border-color: rgb(144,222,82); }
td.TdClassName
{
border-color: #90DE52;
}
.TagClassName
{
border-color: #90DE52;
}
</style>