Shades of Reef #CFFC98
Tints of Reef #CFFC98
RGB
CMYK
RGB Variations
Color information
#CFFC98 (or 0xCFFC98) is known color: Reef. HEX triplet: CF, FC and 98. RGB value is (207,252,152). Sum of RGB (Red+Green+Blue) = 207+252+152=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC98 is #300367. Grayscale: #E3E3E3. Windows color (decimal): -3146600 or 10026191. OLE color: 10026191.
HSL color Cylindrical-coordinate representation of color #CFFC98: hue angle of 87º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFC98 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 152 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.01 |
| HSL | 87º | 0.94% | 0.79% | - |
| HSV(B) | 87º | 0.4% | 0.99% | - |
| XYZ | 66.21 | 85.15 | 42.65 | - |
| YUV | 227.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 152 | 0.18 | 0 | 0.40 | 0.01 | 87 | 0.94 | 0.79 |
| Hex | CF | FC | 98 | 12 | 0 | 28 | 1 | 57 | 5E | 4F |
| Octal | 317 | 374 | 230 | 22 | 0 | 50 | 1 | 127 | 136 | 117 |
| Binary | 11001111 | 11111100 | 10011000 | 10010 | 0 | 101000 | 1 | 1010111 | 1011110 | 1001111 |
Color Harmonies of #CFFC98
Complementary color
Monochromatic Colors of #CFFC98
Black with #CFFC98
Text Example
Text Example
White with #CFFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC98; }
p { color: rgb(207,252,152); }
H1.HeaderClassName
{
color: #CFFC98;
}
.AnyTagClassName
{
color: #CFFC98;
}
</style>
background-color css
<style>
a { background-color: #CFFC98; }
a { background-color: rgb(207,252,152); }
div.DivClassName
{
background-color: #CFFC98;
}
.BgClassName
{
background-color: #CFFC98;
}
</style>
border-color css
<style>
span { border-color: #CFFC98; }
span { border-color: rgb(207,252,152); }
td.TdClassName
{
border-color: #CFFC98;
}
.TagClassName
{
border-color: #CFFC98;
}
</style>