Shades of Reef #CFFC9C
Tints of Reef #CFFC9C
RGB
CMYK
RGB Variations
Color information
#CFFC9C (or 0xCFFC9C) is known color: Reef. HEX triplet: CF, FC and 9C. RGB value is (207,252,156). Sum of RGB (Red+Green+Blue) = 207+252+156=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC9C is #300363. Grayscale: #E3E3E3. Windows color (decimal): -3146596 or 10288335. OLE color: 10288335.
HSL color Cylindrical-coordinate representation of color #CFFC9C: hue angle of 88.12º 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 #CFFC9C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 156 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.01 |
| HSL | 88.13º | 0.94% | 0.8% | - |
| HSV(B) | 88.13º | 0.38% | 0.99% | - |
| XYZ | 66.54 | 85.29 | 44.41 | - |
| YUV | 227.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 156 | 0.18 | 0 | 0.38 | 0.01 | 88.13 | 0.94 | 0.8 |
| Hex | CF | FC | 9C | 12 | 0 | 26 | 1 | 58 | 5E | 50 |
| Octal | 317 | 374 | 234 | 22 | 0 | 46 | 1 | 130 | 136 | 120 |
| Binary | 11001111 | 11111100 | 10011100 | 10010 | 0 | 100110 | 1 | 1011000 | 1011110 | 1010000 |
Color Harmonies of #CFFC9C
Complementary color
Monochromatic Colors of #CFFC9C
Black with #CFFC9C
Text Example
Text Example
White with #CFFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC9C; }
p { color: rgb(207,252,156); }
H1.HeaderClassName
{
color: #CFFC9C;
}
.AnyTagClassName
{
color: #CFFC9C;
}
</style>
background-color css
<style>
a { background-color: #CFFC9C; }
a { background-color: rgb(207,252,156); }
div.DivClassName
{
background-color: #CFFC9C;
}
.BgClassName
{
background-color: #CFFC9C;
}
</style>
border-color css
<style>
span { border-color: #CFFC9C; }
span { border-color: rgb(207,252,156); }
td.TdClassName
{
border-color: #CFFC9C;
}
.TagClassName
{
border-color: #CFFC9C;
}
</style>