Shades of Atlantis #96E74D
Tints of Atlantis #96E74D
RGB
CMYK
RGB Variations
Color information
#96E74D (or 0x96E74D) is known color: Atlantis. HEX triplet: 96, E7 and 4D. RGB value is (150,231,77). Sum of RGB (Red+Green+Blue) = 150+231+77=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #96E74D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E74D is #6918B2. Grayscale: #BDBDBD. Windows color (decimal): -6887603 or 5105558. OLE color: 5105558.
HSL color Cylindrical-coordinate representation of color #96E74D: hue angle of 91.56º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96E74D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 77 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.09 |
| HSL | 91.56º | 0.76% | 0.6% | - |
| HSV(B) | 91.56º | 0.67% | 0.91% | - |
| XYZ | 42.49 | 64.17 | 17.17 | - |
| YUV | 189.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 77 | 0.35 | 0 | 0.67 | 0.09 | 91.56 | 0.76 | 0.6 |
| Hex | 96 | E7 | 4D | 23 | 0 | 43 | 9 | 5C | 4C | 3C |
| Octal | 226 | 347 | 115 | 43 | 0 | 103 | 11 | 134 | 114 | 74 |
| Binary | 10010110 | 11100111 | 1001101 | 100011 | 0 | 1000011 | 1001 | 1011100 | 1001100 | 111100 |
Color Harmonies of #96E74D
Complementary color
Monochromatic Colors of #96E74D
Black with #96E74D
Text Example
Text Example
White with #96E74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E74D; }
p { color: rgb(150,231,77); }
H1.HeaderClassName
{
color: #96E74D;
}
.AnyTagClassName
{
color: #96E74D;
}
</style>
background-color css
<style>
a { background-color: #96E74D; }
a { background-color: rgb(150,231,77); }
div.DivClassName
{
background-color: #96E74D;
}
.BgClassName
{
background-color: #96E74D;
}
</style>
border-color css
<style>
span { border-color: #96E74D; }
span { border-color: rgb(150,231,77); }
td.TdClassName
{
border-color: #96E74D;
}
.TagClassName
{
border-color: #96E74D;
}
</style>