Shades of Reef #CFF09F
Tints of Reef #CFF09F
RGB
CMYK
RGB Variations
Color information
#CFF09F (or 0xCFF09F) is known color: Reef. HEX triplet: CF, F0 and 9F. RGB value is (207,240,159). Sum of RGB (Red+Green+Blue) = 207+240+159=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF09F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF09F is #300F60. Grayscale: #DDDDDD. Windows color (decimal): -3149665 or 10481871. OLE color: 10481871.
HSL color Cylindrical-coordinate representation of color #CFF09F: hue angle of 84.44º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFF09F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 159 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.06 |
| HSL | 84.44º | 0.73% | 0.78% | - |
| HSV(B) | 84.44º | 0.34% | 0.94% | - |
| XYZ | 63.15 | 78.09 | 44.55 | - |
| YUV | 220.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 159 | 0.14 | 0 | 0.34 | 0.06 | 84.44 | 0.73 | 0.78 |
| Hex | CF | F0 | 9F | E | 0 | 22 | 6 | 54 | 49 | 4E |
| Octal | 317 | 360 | 237 | 16 | 0 | 42 | 6 | 124 | 111 | 116 |
| Binary | 11001111 | 11110000 | 10011111 | 1110 | 0 | 100010 | 110 | 1010100 | 1001001 | 1001110 |
Color Harmonies of #CFF09F
Complementary color
Monochromatic Colors of #CFF09F
Black with #CFF09F
Text Example
Text Example
White with #CFF09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF09F; }
p { color: rgb(207,240,159); }
H1.HeaderClassName
{
color: #CFF09F;
}
.AnyTagClassName
{
color: #CFF09F;
}
</style>
background-color css
<style>
a { background-color: #CFF09F; }
a { background-color: rgb(207,240,159); }
div.DivClassName
{
background-color: #CFF09F;
}
.BgClassName
{
background-color: #CFF09F;
}
</style>
border-color css
<style>
span { border-color: #CFF09F; }
span { border-color: rgb(207,240,159); }
td.TdClassName
{
border-color: #CFF09F;
}
.TagClassName
{
border-color: #CFF09F;
}
</style>