Shades of Reef #CFEC9F
Tints of Reef #CFEC9F
RGB
CMYK
RGB Variations
Color information
#CFEC9F (or 0xCFEC9F) is known color: Reef. HEX triplet: CF, EC and 9F. RGB value is (207,236,159). Sum of RGB (Red+Green+Blue) = 207+236+159=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC9F is #301360. Grayscale: #DADADA. Windows color (decimal): -3150689 or 10480847. OLE color: 10480847.
HSL color Cylindrical-coordinate representation of color #CFEC9F: hue angle of 82.6º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEC9F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 159 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.07 |
| HSL | 82.6º | 0.67% | 0.77% | - |
| HSV(B) | 82.6º | 0.33% | 0.93% | - |
| XYZ | 61.99 | 75.76 | 44.16 | - |
| YUV | 218.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 159 | 0.12 | 0 | 0.33 | 0.07 | 82.6 | 0.67 | 0.77 |
| Hex | CF | EC | 9F | C | 0 | 21 | 7 | 53 | 43 | 4D |
| Octal | 317 | 354 | 237 | 14 | 0 | 41 | 7 | 123 | 103 | 115 |
| Binary | 11001111 | 11101100 | 10011111 | 1100 | 0 | 100001 | 111 | 1010011 | 1000011 | 1001101 |
Color Harmonies of #CFEC9F
Complementary color
Monochromatic Colors of #CFEC9F
Black with #CFEC9F
Text Example
Text Example
White with #CFEC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC9F; }
p { color: rgb(207,236,159); }
H1.HeaderClassName
{
color: #CFEC9F;
}
.AnyTagClassName
{
color: #CFEC9F;
}
</style>
background-color css
<style>
a { background-color: #CFEC9F; }
a { background-color: rgb(207,236,159); }
div.DivClassName
{
background-color: #CFEC9F;
}
.BgClassName
{
background-color: #CFEC9F;
}
</style>
border-color css
<style>
span { border-color: #CFEC9F; }
span { border-color: rgb(207,236,159); }
td.TdClassName
{
border-color: #CFEC9F;
}
.TagClassName
{
border-color: #CFEC9F;
}
</style>