Shades of Atlantis #97D449
Tints of Atlantis #97D449
RGB
CMYK
RGB Variations
Color information
#97D449 (or 0x97D449) is known color: Atlantis. HEX triplet: 97, D4 and 49. RGB value is (151,212,73). Sum of RGB (Red+Green+Blue) = 151+212+73=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #97D449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D449 is #682BB6. Grayscale: #B2B2B2. Windows color (decimal): -6826935 or 4838551. OLE color: 4838551.
HSL color Cylindrical-coordinate representation of color #97D449: hue angle of 86.33º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97D449 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 212 | 73 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.17 |
| HSL | 86.33º | 0.62% | 0.56% | - |
| HSV(B) | 86.33º | 0.66% | 0.83% | - |
| XYZ | 37.51 | 54.15 | 14.78 | - |
| YUV | 177.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 212 | 73 | 0.29 | 0 | 0.66 | 0.17 | 86.33 | 0.62 | 0.56 |
| Hex | 97 | D4 | 49 | 1D | 0 | 42 | 11 | 56 | 3E | 38 |
| Octal | 227 | 324 | 111 | 35 | 0 | 102 | 21 | 126 | 76 | 70 |
| Binary | 10010111 | 11010100 | 1001001 | 11101 | 0 | 1000010 | 10001 | 1010110 | 111110 | 111000 |
Color Harmonies of #97D449
Complementary color
Monochromatic Colors of #97D449
Black with #97D449
Text Example
Text Example
White with #97D449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D449; }
p { color: rgb(151,212,73); }
H1.HeaderClassName
{
color: #97D449;
}
.AnyTagClassName
{
color: #97D449;
}
</style>
background-color css
<style>
a { background-color: #97D449; }
a { background-color: rgb(151,212,73); }
div.DivClassName
{
background-color: #97D449;
}
.BgClassName
{
background-color: #97D449;
}
</style>
border-color css
<style>
span { border-color: #97D449; }
span { border-color: rgb(151,212,73); }
td.TdClassName
{
border-color: #97D449;
}
.TagClassName
{
border-color: #97D449;
}
</style>