Shades of Atlantis #96CF4C
Tints of Atlantis #96CF4C
RGB
CMYK
RGB Variations
Color information
#96CF4C (or 0x96CF4C) is known color: Atlantis. HEX triplet: 96, CF and 4C. RGB value is (150,207,76). Sum of RGB (Red+Green+Blue) = 150+207+76=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF4C is #6930B3. Grayscale: #AFAFAF. Windows color (decimal): -6893748 or 5033878. OLE color: 5033878.
HSL color Cylindrical-coordinate representation of color #96CF4C: hue angle of 86.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96CF4C is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 76 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.19 |
| HSL | 86.11º | 0.58% | 0.55% | - |
| HSV(B) | 86.11º | 0.63% | 0.81% | - |
| XYZ | 36.2 | 51.63 | 14.9 | - |
| YUV | 175.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 76 | 0.28 | 0 | 0.63 | 0.19 | 86.11 | 0.58 | 0.55 |
| Hex | 96 | CF | 4C | 1C | 0 | 3F | 13 | 56 | 3A | 37 |
| Octal | 226 | 317 | 114 | 34 | 0 | 77 | 23 | 126 | 72 | 67 |
| Binary | 10010110 | 11001111 | 1001100 | 11100 | 0 | 111111 | 10011 | 1010110 | 111010 | 110111 |
Color Harmonies of #96CF4C
Complementary color
Monochromatic Colors of #96CF4C
Black with #96CF4C
Text Example
Text Example
White with #96CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF4C; }
p { color: rgb(150,207,76); }
H1.HeaderClassName
{
color: #96CF4C;
}
.AnyTagClassName
{
color: #96CF4C;
}
</style>
background-color css
<style>
a { background-color: #96CF4C; }
a { background-color: rgb(150,207,76); }
div.DivClassName
{
background-color: #96CF4C;
}
.BgClassName
{
background-color: #96CF4C;
}
</style>
border-color css
<style>
span { border-color: #96CF4C; }
span { border-color: rgb(150,207,76); }
td.TdClassName
{
border-color: #96CF4C;
}
.TagClassName
{
border-color: #96CF4C;
}
</style>