Shades of Atlantis #90DF37
Tints of Atlantis #90DF37
RGB
CMYK
RGB Variations
Color information
#90DF37 (or 0x90DF37) is known color: Atlantis. HEX triplet: 90, DF and 37. RGB value is (144,223,55). Sum of RGB (Red+Green+Blue) = 144+223+55=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DF37 is #6F20C8. Grayscale: #B4B4B4. Windows color (decimal): -7282889 or 3661712. OLE color: 3661712.
HSL color Cylindrical-coordinate representation of color #90DF37: hue angle of 88.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90DF37 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 55 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.13 |
| HSL | 88.21º | 0.72% | 0.55% | - |
| HSV(B) | 88.21º | 0.75% | 0.87% | - |
| XYZ | 38.58 | 58.98 | 12.97 | - |
| YUV | 180.23 | 57.33 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 55 | 0.35 | 0 | 0.75 | 0.13 | 88.21 | 0.72 | 0.55 |
| Hex | 90 | DF | 37 | 23 | 0 | 4B | D | 58 | 48 | 37 |
| Octal | 220 | 337 | 67 | 43 | 0 | 113 | 15 | 130 | 110 | 67 |
| Binary | 10010000 | 11011111 | 110111 | 100011 | 0 | 1001011 | 1101 | 1011000 | 1001000 | 110111 |
Color Harmonies of #90DF37
Complementary color
Monochromatic Colors of #90DF37
Black with #90DF37
Text Example
Text Example
White with #90DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF37; }
p { color: rgb(144,223,55); }
H1.HeaderClassName
{
color: #90DF37;
}
.AnyTagClassName
{
color: #90DF37;
}
</style>
background-color css
<style>
a { background-color: #90DF37; }
a { background-color: rgb(144,223,55); }
div.DivClassName
{
background-color: #90DF37;
}
.BgClassName
{
background-color: #90DF37;
}
</style>
border-color css
<style>
span { border-color: #90DF37; }
span { border-color: rgb(144,223,55); }
td.TdClassName
{
border-color: #90DF37;
}
.TagClassName
{
border-color: #90DF37;
}
</style>