Shades of Celadon #97F7B3
Tints of Celadon #97F7B3
RGB
CMYK
RGB Variations
Color information
#97F7B3 (or 0x97F7B3) is known color: Celadon. HEX triplet: 97, F7 and B3. RGB value is (151,247,179). Sum of RGB (Red+Green+Blue) = 151+247+179=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #97F7B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F7B3 is #68084C. Grayscale: #D2D2D2. Windows color (decimal): -6817869 or 11794327. OLE color: 11794327.
HSL color Cylindrical-coordinate representation of color #97F7B3: hue angle of 137.5º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F7B3 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 247 | 179 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.03 |
| HSL | 137.5º | 0.86% | 0.78% | - |
| HSV(B) | 137.5º | 0.39% | 0.97% | - |
| XYZ | 54.16 | 76.36 | 54.53 | - |
| YUV | 210.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 247 | 179 | 0.39 | 0 | 0.28 | 0.03 | 137.5 | 0.86 | 0.78 |
| Hex | 97 | F7 | B3 | 27 | 0 | 1C | 3 | 8A | 56 | 4E |
| Octal | 227 | 367 | 263 | 47 | 0 | 34 | 3 | 212 | 126 | 116 |
| Binary | 10010111 | 11110111 | 10110011 | 100111 | 0 | 11100 | 11 | 10001010 | 1010110 | 1001110 |
Color Harmonies of #97F7B3
Complementary color
Monochromatic Colors of #97F7B3
Black with #97F7B3
Text Example
Text Example
White with #97F7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F7B3; }
p { color: rgb(151,247,179); }
H1.HeaderClassName
{
color: #97F7B3;
}
.AnyTagClassName
{
color: #97F7B3;
}
</style>
background-color css
<style>
a { background-color: #97F7B3; }
a { background-color: rgb(151,247,179); }
div.DivClassName
{
background-color: #97F7B3;
}
.BgClassName
{
background-color: #97F7B3;
}
</style>
border-color css
<style>
span { border-color: #97F7B3; }
span { border-color: rgb(151,247,179); }
td.TdClassName
{
border-color: #97F7B3;
}
.TagClassName
{
border-color: #97F7B3;
}
</style>