Shades of Atlantis #96DB3D
Tints of Atlantis #96DB3D
RGB
CMYK
RGB Variations
Color information
#96DB3D (or 0x96DB3D) is known color: Atlantis. HEX triplet: 96, DB and 3D. RGB value is (150,219,61). Sum of RGB (Red+Green+Blue) = 150+219+61=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DB3D is #6924C2. Grayscale: #B4B4B4. Windows color (decimal): -6890691 or 4053910. OLE color: 4053910.
HSL color Cylindrical-coordinate representation of color #96DB3D: hue angle of 86.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96DB3D is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 61 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.14 |
| HSL | 86.2º | 0.69% | 0.55% | - |
| HSV(B) | 86.2º | 0.72% | 0.86% | - |
| XYZ | 38.75 | 57.48 | 13.47 | - |
| YUV | 180.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 61 | 0.32 | 0 | 0.72 | 0.14 | 86.2 | 0.69 | 0.55 |
| Hex | 96 | DB | 3D | 20 | 0 | 48 | E | 56 | 45 | 37 |
| Octal | 226 | 333 | 75 | 40 | 0 | 110 | 16 | 126 | 105 | 67 |
| Binary | 10010110 | 11011011 | 111101 | 100000 | 0 | 1001000 | 1110 | 1010110 | 1000101 | 110111 |
Color Harmonies of #96DB3D
Complementary color
Monochromatic Colors of #96DB3D
Black with #96DB3D
Text Example
Text Example
White with #96DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB3D; }
p { color: rgb(150,219,61); }
H1.HeaderClassName
{
color: #96DB3D;
}
.AnyTagClassName
{
color: #96DB3D;
}
</style>
background-color css
<style>
a { background-color: #96DB3D; }
a { background-color: rgb(150,219,61); }
div.DivClassName
{
background-color: #96DB3D;
}
.BgClassName
{
background-color: #96DB3D;
}
</style>
border-color css
<style>
span { border-color: #96DB3D; }
span { border-color: rgb(150,219,61); }
td.TdClassName
{
border-color: #96DB3D;
}
.TagClassName
{
border-color: #96DB3D;
}
</style>