Shades of Atlantis #97C754
Tints of Atlantis #97C754
RGB
CMYK
RGB Variations
Color information
#97C754 (or 0x97C754) is known color: Atlantis. HEX triplet: 97, C7 and 54. RGB value is (151,199,84). Sum of RGB (Red+Green+Blue) = 151+199+84=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #97C754 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C754 is #6838AB. Grayscale: #ABABAB. Windows color (decimal): -6830252 or 5556119. OLE color: 5556119.
HSL color Cylindrical-coordinate representation of color #97C754: hue angle of 85.04º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97C754 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 199 | 84 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.22 |
| HSL | 85.04º | 0.51% | 0.55% | - |
| HSV(B) | 85.04º | 0.58% | 0.78% | - |
| XYZ | 34.79 | 48.07 | 15.83 | - |
| YUV | 171.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 199 | 84 | 0.24 | 0 | 0.58 | 0.22 | 85.04 | 0.51 | 0.55 |
| Hex | 97 | C7 | 54 | 18 | 0 | 3A | 16 | 55 | 33 | 37 |
| Octal | 227 | 307 | 124 | 30 | 0 | 72 | 26 | 125 | 63 | 67 |
| Binary | 10010111 | 11000111 | 1010100 | 11000 | 0 | 111010 | 10110 | 1010101 | 110011 | 110111 |
Color Harmonies of #97C754
Complementary color
Monochromatic Colors of #97C754
Black with #97C754
Text Example
Text Example
White with #97C754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C754; }
p { color: rgb(151,199,84); }
H1.HeaderClassName
{
color: #97C754;
}
.AnyTagClassName
{
color: #97C754;
}
</style>
background-color css
<style>
a { background-color: #97C754; }
a { background-color: rgb(151,199,84); }
div.DivClassName
{
background-color: #97C754;
}
.BgClassName
{
background-color: #97C754;
}
</style>
border-color css
<style>
span { border-color: #97C754; }
span { border-color: rgb(151,199,84); }
td.TdClassName
{
border-color: #97C754;
}
.TagClassName
{
border-color: #97C754;
}
</style>