Shades of Reef #CCF197
Tints of Reef #CCF197
RGB
CMYK
RGB Variations
Color information
#CCF197 (or 0xCCF197) is known color: Reef. HEX triplet: CC, F1 and 97. RGB value is (204,241,151). Sum of RGB (Red+Green+Blue) = 204+241+151=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF197 is #330E68. Grayscale: #DCDCDC. Windows color (decimal): -3346025 or 9957836. OLE color: 9957836.
HSL color Cylindrical-coordinate representation of color #CCF197: hue angle of 84.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF197 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 151 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 84.67º | 0.76% | 0.77% | - |
| HSV(B) | 84.67º | 0.37% | 0.95% | - |
| XYZ | 61.94 | 77.98 | 41.07 | - |
| YUV | 219.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 151 | 0.15 | 0 | 0.37 | 0.05 | 84.67 | 0.76 | 0.77 |
| Hex | CC | F1 | 97 | F | 0 | 25 | 5 | 55 | 4C | 4D |
| Octal | 314 | 361 | 227 | 17 | 0 | 45 | 5 | 125 | 114 | 115 |
| Binary | 11001100 | 11110001 | 10010111 | 1111 | 0 | 100101 | 101 | 1010101 | 1001100 | 1001101 |
Color Harmonies of #CCF197
Complementary color
Monochromatic Colors of #CCF197
Black with #CCF197
Text Example
Text Example
White with #CCF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF197; }
p { color: rgb(204,241,151); }
H1.HeaderClassName
{
color: #CCF197;
}
.AnyTagClassName
{
color: #CCF197;
}
</style>
background-color css
<style>
a { background-color: #CCF197; }
a { background-color: rgb(204,241,151); }
div.DivClassName
{
background-color: #CCF197;
}
.BgClassName
{
background-color: #CCF197;
}
</style>
border-color css
<style>
span { border-color: #CCF197; }
span { border-color: rgb(204,241,151); }
td.TdClassName
{
border-color: #CCF197;
}
.TagClassName
{
border-color: #CCF197;
}
</style>