Shades of Reef #CCF297
Tints of Reef #CCF297
RGB
CMYK
RGB Variations
Color information
#CCF297 (or 0xCCF297) is known color: Reef. HEX triplet: CC, F2 and 97. RGB value is (204,242,151). Sum of RGB (Red+Green+Blue) = 204+242+151=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF297 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF297 is #330D68. Grayscale: #DCDCDC. Windows color (decimal): -3345769 or 9958092. OLE color: 9958092.
HSL color Cylindrical-coordinate representation of color #CCF297: hue angle of 85.05º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF297 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 151 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.05 |
| HSL | 85.05º | 0.78% | 0.77% | - |
| HSV(B) | 85.05º | 0.38% | 0.95% | - |
| XYZ | 62.24 | 78.58 | 41.16 | - |
| YUV | 220.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 151 | 0.16 | 0 | 0.38 | 0.05 | 85.05 | 0.78 | 0.77 |
| Hex | CC | F2 | 97 | 10 | 0 | 26 | 5 | 55 | 4E | 4D |
| Octal | 314 | 362 | 227 | 20 | 0 | 46 | 5 | 125 | 116 | 115 |
| Binary | 11001100 | 11110010 | 10010111 | 10000 | 0 | 100110 | 101 | 1010101 | 1001110 | 1001101 |
Color Harmonies of #CCF297
Complementary color
Monochromatic Colors of #CCF297
Black with #CCF297
Text Example
Text Example
White with #CCF297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF297; }
p { color: rgb(204,242,151); }
H1.HeaderClassName
{
color: #CCF297;
}
.AnyTagClassName
{
color: #CCF297;
}
</style>
background-color css
<style>
a { background-color: #CCF297; }
a { background-color: rgb(204,242,151); }
div.DivClassName
{
background-color: #CCF297;
}
.BgClassName
{
background-color: #CCF297;
}
</style>
border-color css
<style>
span { border-color: #CCF297; }
span { border-color: rgb(204,242,151); }
td.TdClassName
{
border-color: #CCF297;
}
.TagClassName
{
border-color: #CCF297;
}
</style>