Shades of Reef #CFEB9F
Tints of Reef #CFEB9F
RGB
CMYK
RGB Variations
Color information
#CFEB9F (or 0xCFEB9F) is known color: Reef. HEX triplet: CF, EB and 9F. RGB value is (207,235,159). Sum of RGB (Red+Green+Blue) = 207+235+159=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB9F is #301460. Grayscale: #DADADA. Windows color (decimal): -3150945 or 10480591. OLE color: 10480591.
HSL color Cylindrical-coordinate representation of color #CFEB9F: hue angle of 82.11º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEB9F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 159 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.08 |
| HSL | 82.11º | 0.66% | 0.77% | - |
| HSV(B) | 82.11º | 0.32% | 0.92% | - |
| XYZ | 61.7 | 75.19 | 44.06 | - |
| YUV | 217.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 159 | 0.12 | 0 | 0.32 | 0.08 | 82.11 | 0.66 | 0.77 |
| Hex | CF | EB | 9F | C | 0 | 20 | 8 | 52 | 42 | 4D |
| Octal | 317 | 353 | 237 | 14 | 0 | 40 | 10 | 122 | 102 | 115 |
| Binary | 11001111 | 11101011 | 10011111 | 1100 | 0 | 100000 | 1000 | 1010010 | 1000010 | 1001101 |
Color Harmonies of #CFEB9F
Complementary color
Monochromatic Colors of #CFEB9F
Black with #CFEB9F
Text Example
Text Example
White with #CFEB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB9F; }
p { color: rgb(207,235,159); }
H1.HeaderClassName
{
color: #CFEB9F;
}
.AnyTagClassName
{
color: #CFEB9F;
}
</style>
background-color css
<style>
a { background-color: #CFEB9F; }
a { background-color: rgb(207,235,159); }
div.DivClassName
{
background-color: #CFEB9F;
}
.BgClassName
{
background-color: #CFEB9F;
}
</style>
border-color css
<style>
span { border-color: #CFEB9F; }
span { border-color: rgb(207,235,159); }
td.TdClassName
{
border-color: #CFEB9F;
}
.TagClassName
{
border-color: #CFEB9F;
}
</style>