Shades of Atlantis #97D336
Tints of Atlantis #97D336
RGB
CMYK
RGB Variations
Color information
#97D336 (or 0x97D336) is known color: Atlantis. HEX triplet: 97, D3 and 36. RGB value is (151,211,54). Sum of RGB (Red+Green+Blue) = 151+211+54=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #97D336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D336 is #682CC9. Grayscale: #AFAFAF. Windows color (decimal): -6827210 or 3593111. OLE color: 3593111.
HSL color Cylindrical-coordinate representation of color #97D336: hue angle of 82.93º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97D336 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 54 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.17 |
| HSL | 82.93º | 0.64% | 0.52% | - |
| HSV(B) | 82.93º | 0.74% | 0.83% | - |
| XYZ | 36.72 | 53.43 | 11.87 | - |
| YUV | 175.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 54 | 0.28 | 0 | 0.74 | 0.17 | 82.93 | 0.64 | 0.52 |
| Hex | 97 | D3 | 36 | 1C | 0 | 4A | 11 | 53 | 40 | 34 |
| Octal | 227 | 323 | 66 | 34 | 0 | 112 | 21 | 123 | 100 | 64 |
| Binary | 10010111 | 11010011 | 110110 | 11100 | 0 | 1001010 | 10001 | 1010011 | 1000000 | 110100 |
Color Harmonies of #97D336
Complementary color
Monochromatic Colors of #97D336
Black with #97D336
Text Example
Text Example
White with #97D336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D336; }
p { color: rgb(151,211,54); }
H1.HeaderClassName
{
color: #97D336;
}
.AnyTagClassName
{
color: #97D336;
}
</style>
background-color css
<style>
a { background-color: #97D336; }
a { background-color: rgb(151,211,54); }
div.DivClassName
{
background-color: #97D336;
}
.BgClassName
{
background-color: #97D336;
}
</style>
border-color css
<style>
span { border-color: #97D336; }
span { border-color: rgb(151,211,54); }
td.TdClassName
{
border-color: #97D336;
}
.TagClassName
{
border-color: #97D336;
}
</style>