Shades of Atlantis #97C048
Tints of Atlantis #97C048
RGB
CMYK
RGB Variations
Color information
#97C048 (or 0x97C048) is known color: Atlantis. HEX triplet: 97, C0 and 48. RGB value is (151,192,72). Sum of RGB (Red+Green+Blue) = 151+192+72=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #97C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C048 is #683FB7. Grayscale: #A6A6A6. Windows color (decimal): -6832056 or 4767895. OLE color: 4767895.
HSL color Cylindrical-coordinate representation of color #97C048: hue angle of 80.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97C048 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 72 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.25 |
| HSL | 80.5º | 0.49% | 0.52% | - |
| HSV(B) | 80.5º | 0.63% | 0.75% | - |
| XYZ | 32.78 | 44.75 | 13.04 | - |
| YUV | 166.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 72 | 0.21 | 0 | 0.63 | 0.25 | 80.5 | 0.49 | 0.52 |
| Hex | 97 | C0 | 48 | 15 | 0 | 3F | 19 | 50 | 31 | 34 |
| Octal | 227 | 300 | 110 | 25 | 0 | 77 | 31 | 120 | 61 | 64 |
| Binary | 10010111 | 11000000 | 1001000 | 10101 | 0 | 111111 | 11001 | 1010000 | 110001 | 110100 |
Color Harmonies of #97C048
Complementary color
Monochromatic Colors of #97C048
Black with #97C048
Text Example
Text Example
White with #97C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C048; }
p { color: rgb(151,192,72); }
H1.HeaderClassName
{
color: #97C048;
}
.AnyTagClassName
{
color: #97C048;
}
</style>
background-color css
<style>
a { background-color: #97C048; }
a { background-color: rgb(151,192,72); }
div.DivClassName
{
background-color: #97C048;
}
.BgClassName
{
background-color: #97C048;
}
</style>
border-color css
<style>
span { border-color: #97C048; }
span { border-color: rgb(151,192,72); }
td.TdClassName
{
border-color: #97C048;
}
.TagClassName
{
border-color: #97C048;
}
</style>