Shades of Atlantis #97DB4E
Tints of Atlantis #97DB4E
RGB
CMYK
RGB Variations
Color information
#97DB4E (or 0x97DB4E) is known color: Atlantis. HEX triplet: 97, DB and 4E. RGB value is (151,219,78). Sum of RGB (Red+Green+Blue) = 151+219+78=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DB4E is #6824B1. Grayscale: #B7B7B7. Windows color (decimal): -6825138 or 5168023. OLE color: 5168023.
HSL color Cylindrical-coordinate representation of color #97DB4E: hue angle of 88.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97DB4E is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 219 | 78 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.14 |
| HSL | 88.94º | 0.66% | 0.58% | - |
| HSV(B) | 88.94º | 0.64% | 0.86% | - |
| XYZ | 39.47 | 57.79 | 16.28 | - |
| YUV | 182.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 219 | 78 | 0.31 | 0 | 0.64 | 0.14 | 88.94 | 0.66 | 0.58 |
| Hex | 97 | DB | 4E | 1F | 0 | 40 | E | 59 | 42 | 3A |
| Octal | 227 | 333 | 116 | 37 | 0 | 100 | 16 | 131 | 102 | 72 |
| Binary | 10010111 | 11011011 | 1001110 | 11111 | 0 | 1000000 | 1110 | 1011001 | 1000010 | 111010 |
Color Harmonies of #97DB4E
Complementary color
Monochromatic Colors of #97DB4E
Black with #97DB4E
Text Example
Text Example
White with #97DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DB4E; }
p { color: rgb(151,219,78); }
H1.HeaderClassName
{
color: #97DB4E;
}
.AnyTagClassName
{
color: #97DB4E;
}
</style>
background-color css
<style>
a { background-color: #97DB4E; }
a { background-color: rgb(151,219,78); }
div.DivClassName
{
background-color: #97DB4E;
}
.BgClassName
{
background-color: #97DB4E;
}
</style>
border-color css
<style>
span { border-color: #97DB4E; }
span { border-color: rgb(151,219,78); }
td.TdClassName
{
border-color: #97DB4E;
}
.TagClassName
{
border-color: #97DB4E;
}
</style>