Shades of Celadon #97F5B1
Tints of Celadon #97F5B1
RGB
CMYK
RGB Variations
Color information
#97F5B1 (or 0x97F5B1) is known color: Celadon. HEX triplet: 97, F5 and B1. RGB value is (151,245,177). Sum of RGB (Red+Green+Blue) = 151+245+177=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #97F5B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F5B1 is #680A4E. Grayscale: #D1D1D1. Windows color (decimal): -6818383 or 11662743. OLE color: 11662743.
HSL color Cylindrical-coordinate representation of color #97F5B1: hue angle of 136.6º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F5B1 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 245 | 177 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.04 |
| HSL | 136.6º | 0.82% | 0.78% | - |
| HSV(B) | 136.6º | 0.38% | 0.96% | - |
| XYZ | 53.35 | 75.06 | 53.27 | - |
| YUV | 209.14 | 109.86 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 245 | 177 | 0.38 | 0 | 0.28 | 0.04 | 136.6 | 0.82 | 0.78 |
| Hex | 97 | F5 | B1 | 26 | 0 | 1C | 4 | 89 | 52 | 4E |
| Octal | 227 | 365 | 261 | 46 | 0 | 34 | 4 | 211 | 122 | 116 |
| Binary | 10010111 | 11110101 | 10110001 | 100110 | 0 | 11100 | 100 | 10001001 | 1010010 | 1001110 |
Color Harmonies of #97F5B1
Complementary color
Monochromatic Colors of #97F5B1
Black with #97F5B1
Text Example
Text Example
White with #97F5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F5B1; }
p { color: rgb(151,245,177); }
H1.HeaderClassName
{
color: #97F5B1;
}
.AnyTagClassName
{
color: #97F5B1;
}
</style>
background-color css
<style>
a { background-color: #97F5B1; }
a { background-color: rgb(151,245,177); }
div.DivClassName
{
background-color: #97F5B1;
}
.BgClassName
{
background-color: #97F5B1;
}
</style>
border-color css
<style>
span { border-color: #97F5B1; }
span { border-color: rgb(151,245,177); }
td.TdClassName
{
border-color: #97F5B1;
}
.TagClassName
{
border-color: #97F5B1;
}
</style>