Shades of Reef #CFEB91
Tints of Reef #CFEB91
RGB
CMYK
RGB Variations
Color information
#CFEB91 (or 0xCFEB91) is known color: Reef. HEX triplet: CF, EB and 91. RGB value is (207,235,145). Sum of RGB (Red+Green+Blue) = 207+235+145=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB91 is #30146E. Grayscale: #D8D8D8. Windows color (decimal): -3150959 or 9563087. OLE color: 9563087.
HSL color Cylindrical-coordinate representation of color #CFEB91: hue angle of 78.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFEB91 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 145 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.08 |
| HSL | 78.67º | 0.69% | 0.75% | - |
| HSV(B) | 78.67º | 0.38% | 0.92% | - |
| XYZ | 60.55 | 74.73 | 38.02 | - |
| YUV | 216.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 145 | 0.12 | 0 | 0.38 | 0.08 | 78.67 | 0.69 | 0.75 |
| Hex | CF | EB | 91 | C | 0 | 26 | 8 | 4F | 45 | 4B |
| Octal | 317 | 353 | 221 | 14 | 0 | 46 | 10 | 117 | 105 | 113 |
| Binary | 11001111 | 11101011 | 10010001 | 1100 | 0 | 100110 | 1000 | 1001111 | 1000101 | 1001011 |
Color Harmonies of #CFEB91
Complementary color
Monochromatic Colors of #CFEB91
Black with #CFEB91
Text Example
Text Example
White with #CFEB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB91; }
p { color: rgb(207,235,145); }
H1.HeaderClassName
{
color: #CFEB91;
}
.AnyTagClassName
{
color: #CFEB91;
}
</style>
background-color css
<style>
a { background-color: #CFEB91; }
a { background-color: rgb(207,235,145); }
div.DivClassName
{
background-color: #CFEB91;
}
.BgClassName
{
background-color: #CFEB91;
}
</style>
border-color css
<style>
span { border-color: #CFEB91; }
span { border-color: rgb(207,235,145); }
td.TdClassName
{
border-color: #CFEB91;
}
.TagClassName
{
border-color: #CFEB91;
}
</style>