Shades of Atlantis #90DF34
Tints of Atlantis #90DF34
RGB
CMYK
RGB Variations
Color information
#90DF34 (or 0x90DF34) is known color: Atlantis. HEX triplet: 90, DF and 34. RGB value is (144,223,52). Sum of RGB (Red+Green+Blue) = 144+223+52=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DF34 is #6F20CB. Grayscale: #B4B4B4. Windows color (decimal): -7282892 or 3465104. OLE color: 3465104.
HSL color Cylindrical-coordinate representation of color #90DF34: hue angle of 87.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90DF34 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 52 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.13 |
| HSL | 87.72º | 0.73% | 0.54% | - |
| HSV(B) | 87.72º | 0.77% | 0.87% | - |
| XYZ | 38.51 | 58.95 | 12.6 | - |
| YUV | 179.89 | 55.83 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 52 | 0.35 | 0 | 0.77 | 0.13 | 87.72 | 0.73 | 0.54 |
| Hex | 90 | DF | 34 | 23 | 0 | 4D | D | 58 | 49 | 36 |
| Octal | 220 | 337 | 64 | 43 | 0 | 115 | 15 | 130 | 111 | 66 |
| Binary | 10010000 | 11011111 | 110100 | 100011 | 0 | 1001101 | 1101 | 1011000 | 1001001 | 110110 |
Color Harmonies of #90DF34
Complementary color
Monochromatic Colors of #90DF34
Black with #90DF34
Text Example
Text Example
White with #90DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF34; }
p { color: rgb(144,223,52); }
H1.HeaderClassName
{
color: #90DF34;
}
.AnyTagClassName
{
color: #90DF34;
}
</style>
background-color css
<style>
a { background-color: #90DF34; }
a { background-color: rgb(144,223,52); }
div.DivClassName
{
background-color: #90DF34;
}
.BgClassName
{
background-color: #90DF34;
}
</style>
border-color css
<style>
span { border-color: #90DF34; }
span { border-color: rgb(144,223,52); }
td.TdClassName
{
border-color: #90DF34;
}
.TagClassName
{
border-color: #90DF34;
}
</style>