Shades of Atlantis #97CE4B
Tints of Atlantis #97CE4B
RGB
CMYK
RGB Variations
Color information
#97CE4B (or 0x97CE4B) is known color: Atlantis. HEX triplet: 97, CE and 4B. RGB value is (151,206,75). Sum of RGB (Red+Green+Blue) = 151+206+75=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CE4B is #6831B4. Grayscale: #AFAFAF. Windows color (decimal): -6828469 or 4968087. OLE color: 4968087.
HSL color Cylindrical-coordinate representation of color #97CE4B: hue angle of 85.19º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97CE4B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 75 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.19 |
| HSL | 85.19º | 0.57% | 0.55% | - |
| HSV(B) | 85.19º | 0.64% | 0.81% | - |
| XYZ | 36.1 | 51.23 | 14.64 | - |
| YUV | 174.62 | 71.78 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 75 | 0.27 | 0 | 0.64 | 0.19 | 85.19 | 0.57 | 0.55 |
| Hex | 97 | CE | 4B | 1B | 0 | 40 | 13 | 55 | 39 | 37 |
| Octal | 227 | 316 | 113 | 33 | 0 | 100 | 23 | 125 | 71 | 67 |
| Binary | 10010111 | 11001110 | 1001011 | 11011 | 0 | 1000000 | 10011 | 1010101 | 111001 | 110111 |
Color Harmonies of #97CE4B
Complementary color
Monochromatic Colors of #97CE4B
Black with #97CE4B
Text Example
Text Example
White with #97CE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE4B; }
p { color: rgb(151,206,75); }
H1.HeaderClassName
{
color: #97CE4B;
}
.AnyTagClassName
{
color: #97CE4B;
}
</style>
background-color css
<style>
a { background-color: #97CE4B; }
a { background-color: rgb(151,206,75); }
div.DivClassName
{
background-color: #97CE4B;
}
.BgClassName
{
background-color: #97CE4B;
}
</style>
border-color css
<style>
span { border-color: #97CE4B; }
span { border-color: rgb(151,206,75); }
td.TdClassName
{
border-color: #97CE4B;
}
.TagClassName
{
border-color: #97CE4B;
}
</style>