Shades of Atlantis #96CF4E
Tints of Atlantis #96CF4E
RGB
CMYK
RGB Variations
Color information
#96CF4E (or 0x96CF4E) is known color: Atlantis. HEX triplet: 96, CF and 4E. RGB value is (150,207,78). Sum of RGB (Red+Green+Blue) = 150+207+78=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF4E is #6930B1. Grayscale: #AFAFAF. Windows color (decimal): -6893746 or 5164950. OLE color: 5164950.
HSL color Cylindrical-coordinate representation of color #96CF4E: hue angle of 86.51º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96CF4E is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 78 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.19 |
| HSL | 86.51º | 0.57% | 0.56% | - |
| HSV(B) | 86.51º | 0.62% | 0.81% | - |
| XYZ | 36.27 | 51.66 | 15.27 | - |
| YUV | 175.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 78 | 0.28 | 0 | 0.62 | 0.19 | 86.51 | 0.57 | 0.56 |
| Hex | 96 | CF | 4E | 1C | 0 | 3E | 13 | 57 | 39 | 38 |
| Octal | 226 | 317 | 116 | 34 | 0 | 76 | 23 | 127 | 71 | 70 |
| Binary | 10010110 | 11001111 | 1001110 | 11100 | 0 | 111110 | 10011 | 1010111 | 111001 | 111000 |
Color Harmonies of #96CF4E
Complementary color
Monochromatic Colors of #96CF4E
Black with #96CF4E
Text Example
Text Example
White with #96CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF4E; }
p { color: rgb(150,207,78); }
H1.HeaderClassName
{
color: #96CF4E;
}
.AnyTagClassName
{
color: #96CF4E;
}
</style>
background-color css
<style>
a { background-color: #96CF4E; }
a { background-color: rgb(150,207,78); }
div.DivClassName
{
background-color: #96CF4E;
}
.BgClassName
{
background-color: #96CF4E;
}
</style>
border-color css
<style>
span { border-color: #96CF4E; }
span { border-color: rgb(150,207,78); }
td.TdClassName
{
border-color: #96CF4E;
}
.TagClassName
{
border-color: #96CF4E;
}
</style>