Shades of Atlantis #90DF4C
Tints of Atlantis #90DF4C
RGB
CMYK
RGB Variations
Color information
#90DF4C (or 0x90DF4C) is known color: Atlantis. HEX triplet: 90, DF and 4C. RGB value is (144,223,76). Sum of RGB (Red+Green+Blue) = 144+223+76=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DF4C is #6F20B3. Grayscale: #B7B7B7. Windows color (decimal): -7282868 or 5037968. OLE color: 5037968.
HSL color Cylindrical-coordinate representation of color #90DF4C: hue angle of 92.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90DF4C is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 76 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.13 |
| HSL | 92.24º | 0.7% | 0.59% | - |
| HSV(B) | 92.24º | 0.66% | 0.87% | - |
| XYZ | 39.19 | 59.23 | 16.2 | - |
| YUV | 182.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 76 | 0.35 | 0 | 0.66 | 0.13 | 92.24 | 0.7 | 0.59 |
| Hex | 90 | DF | 4C | 23 | 0 | 42 | D | 5C | 46 | 3B |
| Octal | 220 | 337 | 114 | 43 | 0 | 102 | 15 | 134 | 106 | 73 |
| Binary | 10010000 | 11011111 | 1001100 | 100011 | 0 | 1000010 | 1101 | 1011100 | 1000110 | 111011 |
Color Harmonies of #90DF4C
Complementary color
Monochromatic Colors of #90DF4C
Black with #90DF4C
Text Example
Text Example
White with #90DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF4C; }
p { color: rgb(144,223,76); }
H1.HeaderClassName
{
color: #90DF4C;
}
.AnyTagClassName
{
color: #90DF4C;
}
</style>
background-color css
<style>
a { background-color: #90DF4C; }
a { background-color: rgb(144,223,76); }
div.DivClassName
{
background-color: #90DF4C;
}
.BgClassName
{
background-color: #90DF4C;
}
</style>
border-color css
<style>
span { border-color: #90DF4C; }
span { border-color: rgb(144,223,76); }
td.TdClassName
{
border-color: #90DF4C;
}
.TagClassName
{
border-color: #90DF4C;
}
</style>