Shades of Atlantis #97CF4D
Tints of Atlantis #97CF4D
RGB
CMYK
RGB Variations
Color information
#97CF4D (or 0x97CF4D) is known color: Atlantis. HEX triplet: 97, CF and 4D. RGB value is (151,207,77). Sum of RGB (Red+Green+Blue) = 151+207+77=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CF4D is #6830B2. Grayscale: #AFAFAF. Windows color (decimal): -6828211 or 5099415. OLE color: 5099415.
HSL color Cylindrical-coordinate representation of color #97CF4D: hue angle of 85.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97CF4D is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 207 | 77 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.19 |
| HSL | 85.85º | 0.58% | 0.56% | - |
| HSV(B) | 85.85º | 0.63% | 0.81% | - |
| XYZ | 36.41 | 51.74 | 15.09 | - |
| YUV | 175.44 | 72.45 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 207 | 77 | 0.27 | 0 | 0.63 | 0.19 | 85.85 | 0.58 | 0.56 |
| Hex | 97 | CF | 4D | 1B | 0 | 3F | 13 | 56 | 3A | 38 |
| Octal | 227 | 317 | 115 | 33 | 0 | 77 | 23 | 126 | 72 | 70 |
| Binary | 10010111 | 11001111 | 1001101 | 11011 | 0 | 111111 | 10011 | 1010110 | 111010 | 111000 |
Color Harmonies of #97CF4D
Complementary color
Monochromatic Colors of #97CF4D
Black with #97CF4D
Text Example
Text Example
White with #97CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CF4D; }
p { color: rgb(151,207,77); }
H1.HeaderClassName
{
color: #97CF4D;
}
.AnyTagClassName
{
color: #97CF4D;
}
</style>
background-color css
<style>
a { background-color: #97CF4D; }
a { background-color: rgb(151,207,77); }
div.DivClassName
{
background-color: #97CF4D;
}
.BgClassName
{
background-color: #97CF4D;
}
</style>
border-color css
<style>
span { border-color: #97CF4D; }
span { border-color: rgb(151,207,77); }
td.TdClassName
{
border-color: #97CF4D;
}
.TagClassName
{
border-color: #97CF4D;
}
</style>