Shades of Atlantis #97CE4C
Tints of Atlantis #97CE4C
RGB
CMYK
RGB Variations
Color information
#97CE4C (or 0x97CE4C) is known color: Atlantis. HEX triplet: 97, CE and 4C. RGB value is (151,206,76). Sum of RGB (Red+Green+Blue) = 151+206+76=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CE4C is #6831B3. Grayscale: #AFAFAF. Windows color (decimal): -6828468 or 5033623. OLE color: 5033623.
HSL color Cylindrical-coordinate representation of color #97CE4C: hue angle of 85.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97CE4C is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 76 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.19 |
| HSL | 85.38º | 0.57% | 0.55% | - |
| HSV(B) | 85.38º | 0.63% | 0.81% | - |
| XYZ | 36.14 | 51.24 | 14.82 | - |
| YUV | 174.74 | 72.28 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 76 | 0.27 | 0 | 0.63 | 0.19 | 85.38 | 0.57 | 0.55 |
| Hex | 97 | CE | 4C | 1B | 0 | 3F | 13 | 55 | 39 | 37 |
| Octal | 227 | 316 | 114 | 33 | 0 | 77 | 23 | 125 | 71 | 67 |
| Binary | 10010111 | 11001110 | 1001100 | 11011 | 0 | 111111 | 10011 | 1010101 | 111001 | 110111 |
Color Harmonies of #97CE4C
Complementary color
Monochromatic Colors of #97CE4C
Black with #97CE4C
Text Example
Text Example
White with #97CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE4C; }
p { color: rgb(151,206,76); }
H1.HeaderClassName
{
color: #97CE4C;
}
.AnyTagClassName
{
color: #97CE4C;
}
</style>
background-color css
<style>
a { background-color: #97CE4C; }
a { background-color: rgb(151,206,76); }
div.DivClassName
{
background-color: #97CE4C;
}
.BgClassName
{
background-color: #97CE4C;
}
</style>
border-color css
<style>
span { border-color: #97CE4C; }
span { border-color: rgb(151,206,76); }
td.TdClassName
{
border-color: #97CE4C;
}
.TagClassName
{
border-color: #97CE4C;
}
</style>