Shades of Reef #CCF199
Tints of Reef #CCF199
RGB
CMYK
RGB Variations
Color information
#CCF199 (or 0xCCF199) is known color: Reef. HEX triplet: CC, F1 and 99. RGB value is (204,241,153). Sum of RGB (Red+Green+Blue) = 204+241+153=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF199 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF199 is #330E66. Grayscale: #DCDCDC. Windows color (decimal): -3346023 or 10088908. OLE color: 10088908.
HSL color Cylindrical-coordinate representation of color #CCF199: hue angle of 85.23º 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 #CCF199 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 153 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 85.23º | 0.76% | 0.77% | - |
| HSV(B) | 85.23º | 0.37% | 0.95% | - |
| XYZ | 62.11 | 78.05 | 41.93 | - |
| YUV | 219.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 153 | 0.15 | 0 | 0.37 | 0.05 | 85.23 | 0.76 | 0.77 |
| Hex | CC | F1 | 99 | F | 0 | 25 | 5 | 55 | 4C | 4D |
| Octal | 314 | 361 | 231 | 17 | 0 | 45 | 5 | 125 | 114 | 115 |
| Binary | 11001100 | 11110001 | 10011001 | 1111 | 0 | 100101 | 101 | 1010101 | 1001100 | 1001101 |
Color Harmonies of #CCF199
Complementary color
Monochromatic Colors of #CCF199
Black with #CCF199
Text Example
Text Example
White with #CCF199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF199; }
p { color: rgb(204,241,153); }
H1.HeaderClassName
{
color: #CCF199;
}
.AnyTagClassName
{
color: #CCF199;
}
</style>
background-color css
<style>
a { background-color: #CCF199; }
a { background-color: rgb(204,241,153); }
div.DivClassName
{
background-color: #CCF199;
}
.BgClassName
{
background-color: #CCF199;
}
</style>
border-color css
<style>
span { border-color: #CCF199; }
span { border-color: rgb(204,241,153); }
td.TdClassName
{
border-color: #CCF199;
}
.TagClassName
{
border-color: #CCF199;
}
</style>