Shades of Atlantis #96ED49
Tints of Atlantis #96ED49
RGB
CMYK
RGB Variations
Color information
#96ED49 (or 0x96ED49) is known color: Atlantis. HEX triplet: 96, ED and 49. RGB value is (150,237,73). Sum of RGB (Red+Green+Blue) = 150+237+73=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED49 is #6912B6. Grayscale: #C0C0C0. Windows color (decimal): -6886071 or 4844950. OLE color: 4844950.
HSL color Cylindrical-coordinate representation of color #96ED49: hue angle of 91.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96ED49 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 73 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.07 |
| HSL | 91.83º | 0.82% | 0.61% | - |
| HSV(B) | 91.83º | 0.69% | 0.93% | - |
| XYZ | 44.06 | 67.53 | 17.02 | - |
| YUV | 192.29 | 60.68 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 73 | 0.37 | 0 | 0.69 | 0.07 | 91.83 | 0.82 | 0.61 |
| Hex | 96 | ED | 49 | 25 | 0 | 45 | 7 | 5C | 52 | 3D |
| Octal | 226 | 355 | 111 | 45 | 0 | 105 | 7 | 134 | 122 | 75 |
| Binary | 10010110 | 11101101 | 1001001 | 100101 | 0 | 1000101 | 111 | 1011100 | 1010010 | 111101 |
Color Harmonies of #96ED49
Complementary color
Monochromatic Colors of #96ED49
Black with #96ED49
Text Example
Text Example
White with #96ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED49; }
p { color: rgb(150,237,73); }
H1.HeaderClassName
{
color: #96ED49;
}
.AnyTagClassName
{
color: #96ED49;
}
</style>
background-color css
<style>
a { background-color: #96ED49; }
a { background-color: rgb(150,237,73); }
div.DivClassName
{
background-color: #96ED49;
}
.BgClassName
{
background-color: #96ED49;
}
</style>
border-color css
<style>
span { border-color: #96ED49; }
span { border-color: rgb(150,237,73); }
td.TdClassName
{
border-color: #96ED49;
}
.TagClassName
{
border-color: #96ED49;
}
</style>