Shades of Atlantis #96E63B
Tints of Atlantis #96E63B
RGB
CMYK
RGB Variations
Color information
#96E63B (or 0x96E63B) is known color: Atlantis. HEX triplet: 96, E6 and 3B. RGB value is (150,230,59). Sum of RGB (Red+Green+Blue) = 150+230+59=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 230 (90.23% from 255 or 52.39% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 230 - color contains mainly: green. Hex color #96E63B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E63B is #6919C4. Grayscale: #BBBBBB. Windows color (decimal): -6887877 or 3925654. OLE color: 3925654.
HSL color Cylindrical-coordinate representation of color #96E63B: hue angle of 88.07º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96E63B is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 59 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.10 |
| HSL | 88.07º | 0.77% | 0.57% | - |
| HSV(B) | 88.07º | 0.74% | 0.9% | - |
| XYZ | 41.66 | 63.39 | 14.18 | - |
| YUV | 186.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 59 | 0.35 | 0 | 0.74 | 0.10 | 88.07 | 0.77 | 0.57 |
| Hex | 96 | E6 | 3B | 23 | 0 | 4A | A | 58 | 4D | 39 |
| Octal | 226 | 346 | 73 | 43 | 0 | 112 | 12 | 130 | 115 | 71 |
| Binary | 10010110 | 11100110 | 111011 | 100011 | 0 | 1001010 | 1010 | 1011000 | 1001101 | 111001 |
Color Harmonies of #96E63B
Complementary color
Monochromatic Colors of #96E63B
Black with #96E63B
Text Example
Text Example
White with #96E63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E63B; }
p { color: rgb(150,230,59); }
H1.HeaderClassName
{
color: #96E63B;
}
.AnyTagClassName
{
color: #96E63B;
}
</style>
background-color css
<style>
a { background-color: #96E63B; }
a { background-color: rgb(150,230,59); }
div.DivClassName
{
background-color: #96E63B;
}
.BgClassName
{
background-color: #96E63B;
}
</style>
border-color css
<style>
span { border-color: #96E63B; }
span { border-color: rgb(150,230,59); }
td.TdClassName
{
border-color: #96E63B;
}
.TagClassName
{
border-color: #96E63B;
}
</style>