Shades of Atlantis #90EB50
Tints of Atlantis #90EB50
RGB
CMYK
RGB Variations
Color information
#90EB50 (or 0x90EB50) is known color: Atlantis. HEX triplet: 90, EB and 50. RGB value is (144,235,80). Sum of RGB (Red+Green+Blue) = 144+235+80=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EB50 is #6F14AF. Grayscale: #BEBEBE. Windows color (decimal): -7279792 or 5303184. OLE color: 5303184.
HSL color Cylindrical-coordinate representation of color #90EB50: hue angle of 95.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90EB50 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 80 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.08 |
| HSL | 95.23º | 0.79% | 0.62% | - |
| HSV(B) | 95.23º | 0.66% | 0.92% | - |
| XYZ | 42.66 | 65.93 | 18.07 | - |
| YUV | 190.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 80 | 0.39 | 0 | 0.66 | 0.08 | 95.23 | 0.79 | 0.62 |
| Hex | 90 | EB | 50 | 27 | 0 | 42 | 8 | 5F | 4F | 3E |
| Octal | 220 | 353 | 120 | 47 | 0 | 102 | 10 | 137 | 117 | 76 |
| Binary | 10010000 | 11101011 | 1010000 | 100111 | 0 | 1000010 | 1000 | 1011111 | 1001111 | 111110 |
Color Harmonies of #90EB50
Complementary color
Monochromatic Colors of #90EB50
Black with #90EB50
Text Example
Text Example
White with #90EB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB50; }
p { color: rgb(144,235,80); }
H1.HeaderClassName
{
color: #90EB50;
}
.AnyTagClassName
{
color: #90EB50;
}
</style>
background-color css
<style>
a { background-color: #90EB50; }
a { background-color: rgb(144,235,80); }
div.DivClassName
{
background-color: #90EB50;
}
.BgClassName
{
background-color: #90EB50;
}
</style>
border-color css
<style>
span { border-color: #90EB50; }
span { border-color: rgb(144,235,80); }
td.TdClassName
{
border-color: #90EB50;
}
.TagClassName
{
border-color: #90EB50;
}
</style>