Shades of Atlantis #96BE41
Tints of Atlantis #96BE41
RGB
CMYK
RGB Variations
Color information
#96BE41 (or 0x96BE41) is known color: Atlantis. HEX triplet: 96, BE and 41. RGB value is (150,190,65). Sum of RGB (Red+Green+Blue) = 150+190+65=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BE41 is #6941BE. Grayscale: #A4A4A4. Windows color (decimal): -6898111 or 4308630. OLE color: 4308630.
HSL color Cylindrical-coordinate representation of color #96BE41: hue angle of 79.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96BE41 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 65 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.25 |
| HSL | 79.2º | 0.49% | 0.5% | - |
| HSV(B) | 79.2º | 0.66% | 0.75% | - |
| XYZ | 31.95 | 43.69 | 11.75 | - |
| YUV | 163.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 65 | 0.21 | 0 | 0.66 | 0.25 | 79.2 | 0.49 | 0.5 |
| Hex | 96 | BE | 41 | 15 | 0 | 42 | 19 | 4F | 31 | 32 |
| Octal | 226 | 276 | 101 | 25 | 0 | 102 | 31 | 117 | 61 | 62 |
| Binary | 10010110 | 10111110 | 1000001 | 10101 | 0 | 1000010 | 11001 | 1001111 | 110001 | 110010 |
Color Harmonies of #96BE41
Complementary color
Monochromatic Colors of #96BE41
Black with #96BE41
Text Example
Text Example
White with #96BE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE41; }
p { color: rgb(150,190,65); }
H1.HeaderClassName
{
color: #96BE41;
}
.AnyTagClassName
{
color: #96BE41;
}
</style>
background-color css
<style>
a { background-color: #96BE41; }
a { background-color: rgb(150,190,65); }
div.DivClassName
{
background-color: #96BE41;
}
.BgClassName
{
background-color: #96BE41;
}
</style>
border-color css
<style>
span { border-color: #96BE41; }
span { border-color: rgb(150,190,65); }
td.TdClassName
{
border-color: #96BE41;
}
.TagClassName
{
border-color: #96BE41;
}
</style>