Shades of Atlantis #97D340
Tints of Atlantis #97D340
RGB
CMYK
RGB Variations
Color information
#97D340 (or 0x97D340) is known color: Atlantis. HEX triplet: 97, D3 and 40. RGB value is (151,211,64). Sum of RGB (Red+Green+Blue) = 151+211+64=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #97D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D340 is #682CBF. Grayscale: #B0B0B0. Windows color (decimal): -6827200 or 4248471. OLE color: 4248471.
HSL color Cylindrical-coordinate representation of color #97D340: hue angle of 84.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97D340 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 64 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.17 |
| HSL | 84.49º | 0.63% | 0.54% | - |
| HSV(B) | 84.49º | 0.7% | 0.83% | - |
| XYZ | 36.98 | 53.54 | 13.24 | - |
| YUV | 176.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 64 | 0.28 | 0 | 0.70 | 0.17 | 84.49 | 0.63 | 0.54 |
| Hex | 97 | D3 | 40 | 1C | 0 | 46 | 11 | 54 | 3F | 36 |
| Octal | 227 | 323 | 100 | 34 | 0 | 106 | 21 | 124 | 77 | 66 |
| Binary | 10010111 | 11010011 | 1000000 | 11100 | 0 | 1000110 | 10001 | 1010100 | 111111 | 110110 |
Color Harmonies of #97D340
Complementary color
Monochromatic Colors of #97D340
Black with #97D340
Text Example
Text Example
White with #97D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D340; }
p { color: rgb(151,211,64); }
H1.HeaderClassName
{
color: #97D340;
}
.AnyTagClassName
{
color: #97D340;
}
</style>
background-color css
<style>
a { background-color: #97D340; }
a { background-color: rgb(151,211,64); }
div.DivClassName
{
background-color: #97D340;
}
.BgClassName
{
background-color: #97D340;
}
</style>
border-color css
<style>
span { border-color: #97D340; }
span { border-color: rgb(151,211,64); }
td.TdClassName
{
border-color: #97D340;
}
.TagClassName
{
border-color: #97D340;
}
</style>