Shades of Atlantis #96BF4D
Tints of Atlantis #96BF4D
RGB
CMYK
RGB Variations
Color information
#96BF4D (or 0x96BF4D) is known color: Atlantis. HEX triplet: 96, BF and 4D. RGB value is (150,191,77). Sum of RGB (Red+Green+Blue) = 150+191+77=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF4D is #6940B2. Grayscale: #A6A6A6. Windows color (decimal): -6897843 or 5095318. OLE color: 5095318.
HSL color Cylindrical-coordinate representation of color #96BF4D: hue angle of 81.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96BF4D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 77 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.25 |
| HSL | 81.58º | 0.47% | 0.53% | - |
| HSV(B) | 81.58º | 0.6% | 0.75% | - |
| XYZ | 32.55 | 44.28 | 13.85 | - |
| YUV | 165.75 | 77.92 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 77 | 0.21 | 0 | 0.60 | 0.25 | 81.58 | 0.47 | 0.53 |
| Hex | 96 | BF | 4D | 15 | 0 | 3C | 19 | 52 | 2F | 35 |
| Octal | 226 | 277 | 115 | 25 | 0 | 74 | 31 | 122 | 57 | 65 |
| Binary | 10010110 | 10111111 | 1001101 | 10101 | 0 | 111100 | 11001 | 1010010 | 101111 | 110101 |
Color Harmonies of #96BF4D
Complementary color
Monochromatic Colors of #96BF4D
Black with #96BF4D
Text Example
Text Example
White with #96BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BF4D; }
p { color: rgb(150,191,77); }
H1.HeaderClassName
{
color: #96BF4D;
}
.AnyTagClassName
{
color: #96BF4D;
}
</style>
background-color css
<style>
a { background-color: #96BF4D; }
a { background-color: rgb(150,191,77); }
div.DivClassName
{
background-color: #96BF4D;
}
.BgClassName
{
background-color: #96BF4D;
}
</style>
border-color css
<style>
span { border-color: #96BF4D; }
span { border-color: rgb(150,191,77); }
td.TdClassName
{
border-color: #96BF4D;
}
.TagClassName
{
border-color: #96BF4D;
}
</style>