Shades of Reef #CFEC91
Tints of Reef #CFEC91
RGB
CMYK
RGB Variations
Color information
#CFEC91 (or 0xCFEC91) is known color: Reef. HEX triplet: CF, EC and 91. RGB value is (207,236,145). Sum of RGB (Red+Green+Blue) = 207+236+145=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC91 is #30136E. Grayscale: #D9D9D9. Windows color (decimal): -3150703 or 9563343. OLE color: 9563343.
HSL color Cylindrical-coordinate representation of color #CFEC91: hue angle of 79.12º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFEC91 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 145 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.07 |
| HSL | 79.12º | 0.71% | 0.75% | - |
| HSV(B) | 79.12º | 0.39% | 0.93% | - |
| XYZ | 60.84 | 75.3 | 38.12 | - |
| YUV | 216.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 145 | 0.12 | 0 | 0.39 | 0.07 | 79.12 | 0.71 | 0.75 |
| Hex | CF | EC | 91 | C | 0 | 27 | 7 | 4F | 47 | 4B |
| Octal | 317 | 354 | 221 | 14 | 0 | 47 | 7 | 117 | 107 | 113 |
| Binary | 11001111 | 11101100 | 10010001 | 1100 | 0 | 100111 | 111 | 1001111 | 1000111 | 1001011 |
Color Harmonies of #CFEC91
Complementary color
Monochromatic Colors of #CFEC91
Black with #CFEC91
Text Example
Text Example
White with #CFEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC91; }
p { color: rgb(207,236,145); }
H1.HeaderClassName
{
color: #CFEC91;
}
.AnyTagClassName
{
color: #CFEC91;
}
</style>
background-color css
<style>
a { background-color: #CFEC91; }
a { background-color: rgb(207,236,145); }
div.DivClassName
{
background-color: #CFEC91;
}
.BgClassName
{
background-color: #CFEC91;
}
</style>
border-color css
<style>
span { border-color: #CFEC91; }
span { border-color: rgb(207,236,145); }
td.TdClassName
{
border-color: #CFEC91;
}
.TagClassName
{
border-color: #CFEC91;
}
</style>