Shades of Reef #CFFC9D
Tints of Reef #CFFC9D
RGB
CMYK
RGB Variations
Color information
#CFFC9D (or 0xCFFC9D) is known color: Reef. HEX triplet: CF, FC and 9D. RGB value is (207,252,157). Sum of RGB (Red+Green+Blue) = 207+252+157=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC9D is #300362. Grayscale: #E4E4E4. Windows color (decimal): -3146595 or 10353871. OLE color: 10353871.
HSL color Cylindrical-coordinate representation of color #CFFC9D: hue angle of 88.42º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFFC9D is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 157 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.01 |
| HSL | 88.42º | 0.94% | 0.8% | - |
| HSV(B) | 88.42º | 0.38% | 0.99% | - |
| XYZ | 66.63 | 85.32 | 44.86 | - |
| YUV | 227.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 157 | 0.18 | 0 | 0.38 | 0.01 | 88.42 | 0.94 | 0.8 |
| Hex | CF | FC | 9D | 12 | 0 | 26 | 1 | 58 | 5E | 50 |
| Octal | 317 | 374 | 235 | 22 | 0 | 46 | 1 | 130 | 136 | 120 |
| Binary | 11001111 | 11111100 | 10011101 | 10010 | 0 | 100110 | 1 | 1011000 | 1011110 | 1010000 |
Color Harmonies of #CFFC9D
Complementary color
Monochromatic Colors of #CFFC9D
Black with #CFFC9D
Text Example
Text Example
White with #CFFC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC9D; }
p { color: rgb(207,252,157); }
H1.HeaderClassName
{
color: #CFFC9D;
}
.AnyTagClassName
{
color: #CFFC9D;
}
</style>
background-color css
<style>
a { background-color: #CFFC9D; }
a { background-color: rgb(207,252,157); }
div.DivClassName
{
background-color: #CFFC9D;
}
.BgClassName
{
background-color: #CFFC9D;
}
</style>
border-color css
<style>
span { border-color: #CFFC9D; }
span { border-color: rgb(207,252,157); }
td.TdClassName
{
border-color: #CFFC9D;
}
.TagClassName
{
border-color: #CFFC9D;
}
</style>