Shades of Atlantis #90CB50
Tints of Atlantis #90CB50
RGB
CMYK
RGB Variations
Color information
#90CB50 (or 0x90CB50) is known color: Atlantis. HEX triplet: 90, CB and 50. RGB value is (144,203,80). Sum of RGB (Red+Green+Blue) = 144+203+80=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CB50 is #6F34AF. Grayscale: #ABABAB. Windows color (decimal): -7287984 or 5294992. OLE color: 5294992.
HSL color Cylindrical-coordinate representation of color #90CB50: hue angle of 88.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90CB50 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 80 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.20 |
| HSL | 88.78º | 0.54% | 0.55% | - |
| HSV(B) | 88.78º | 0.61% | 0.8% | - |
| XYZ | 34.31 | 49.22 | 15.28 | - |
| YUV | 171.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 80 | 0.29 | 0 | 0.61 | 0.20 | 88.78 | 0.54 | 0.55 |
| Hex | 90 | CB | 50 | 1D | 0 | 3D | 14 | 59 | 36 | 37 |
| Octal | 220 | 313 | 120 | 35 | 0 | 75 | 24 | 131 | 66 | 67 |
| Binary | 10010000 | 11001011 | 1010000 | 11101 | 0 | 111101 | 10100 | 1011001 | 110110 | 110111 |
Color Harmonies of #90CB50
Complementary color
Monochromatic Colors of #90CB50
Black with #90CB50
Text Example
Text Example
White with #90CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB50; }
p { color: rgb(144,203,80); }
H1.HeaderClassName
{
color: #90CB50;
}
.AnyTagClassName
{
color: #90CB50;
}
</style>
background-color css
<style>
a { background-color: #90CB50; }
a { background-color: rgb(144,203,80); }
div.DivClassName
{
background-color: #90CB50;
}
.BgClassName
{
background-color: #90CB50;
}
</style>
border-color css
<style>
span { border-color: #90CB50; }
span { border-color: rgb(144,203,80); }
td.TdClassName
{
border-color: #90CB50;
}
.TagClassName
{
border-color: #90CB50;
}
</style>