Shades of Reef #CCF198
Tints of Reef #CCF198
RGB
CMYK
RGB Variations
Color information
#CCF198 (or 0xCCF198) is known color: Reef. HEX triplet: CC, F1 and 98. RGB value is (204,241,152). Sum of RGB (Red+Green+Blue) = 204+241+152=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF198 is #330E67. Grayscale: #DCDCDC. Windows color (decimal): -3346024 or 10023372. OLE color: 10023372.
HSL color Cylindrical-coordinate representation of color #CCF198: hue angle of 84.94º 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 #CCF198 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 152 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.05 |
| HSL | 84.94º | 0.76% | 0.77% | - |
| HSV(B) | 84.94º | 0.37% | 0.95% | - |
| XYZ | 62.02 | 78.01 | 41.5 | - |
| YUV | 219.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 152 | 0.15 | 0 | 0.37 | 0.05 | 84.94 | 0.76 | 0.77 |
| Hex | CC | F1 | 98 | F | 0 | 25 | 5 | 55 | 4C | 4D |
| Octal | 314 | 361 | 230 | 17 | 0 | 45 | 5 | 125 | 114 | 115 |
| Binary | 11001100 | 11110001 | 10011000 | 1111 | 0 | 100101 | 101 | 1010101 | 1001100 | 1001101 |
Color Harmonies of #CCF198
Complementary color
Monochromatic Colors of #CCF198
Black with #CCF198
Text Example
Text Example
White with #CCF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF198; }
p { color: rgb(204,241,152); }
H1.HeaderClassName
{
color: #CCF198;
}
.AnyTagClassName
{
color: #CCF198;
}
</style>
background-color css
<style>
a { background-color: #CCF198; }
a { background-color: rgb(204,241,152); }
div.DivClassName
{
background-color: #CCF198;
}
.BgClassName
{
background-color: #CCF198;
}
</style>
border-color css
<style>
span { border-color: #CCF198; }
span { border-color: rgb(204,241,152); }
td.TdClassName
{
border-color: #CCF198;
}
.TagClassName
{
border-color: #CCF198;
}
</style>