Shades of Reef #CFEC99
Tints of Reef #CFEC99
RGB
CMYK
RGB Variations
Color information
#CFEC99 (or 0xCFEC99) is known color: Reef. HEX triplet: CF, EC and 99. RGB value is (207,236,153). Sum of RGB (Red+Green+Blue) = 207+236+153=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC99 is #301366. Grayscale: #DADADA. Windows color (decimal): -3150695 or 10087631. OLE color: 10087631.
HSL color Cylindrical-coordinate representation of color #CFEC99: hue angle of 80.96º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFEC99 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 153 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.07 |
| HSL | 80.96º | 0.69% | 0.76% | - |
| HSV(B) | 80.96º | 0.35% | 0.93% | - |
| XYZ | 61.48 | 75.56 | 41.48 | - |
| YUV | 217.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 153 | 0.12 | 0 | 0.35 | 0.07 | 80.96 | 0.69 | 0.76 |
| Hex | CF | EC | 99 | C | 0 | 23 | 7 | 51 | 45 | 4C |
| Octal | 317 | 354 | 231 | 14 | 0 | 43 | 7 | 121 | 105 | 114 |
| Binary | 11001111 | 11101100 | 10011001 | 1100 | 0 | 100011 | 111 | 1010001 | 1000101 | 1001100 |
Color Harmonies of #CFEC99
Complementary color
Monochromatic Colors of #CFEC99
Black with #CFEC99
Text Example
Text Example
White with #CFEC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC99; }
p { color: rgb(207,236,153); }
H1.HeaderClassName
{
color: #CFEC99;
}
.AnyTagClassName
{
color: #CFEC99;
}
</style>
background-color css
<style>
a { background-color: #CFEC99; }
a { background-color: rgb(207,236,153); }
div.DivClassName
{
background-color: #CFEC99;
}
.BgClassName
{
background-color: #CFEC99;
}
</style>
border-color css
<style>
span { border-color: #CFEC99; }
span { border-color: rgb(207,236,153); }
td.TdClassName
{
border-color: #CFEC99;
}
.TagClassName
{
border-color: #CFEC99;
}
</style>