Shades of Reef #CFED9F
Tints of Reef #CFED9F
RGB
CMYK
RGB Variations
Color information
#CFED9F (or 0xCFED9F) is known color: Reef. HEX triplet: CF, ED and 9F. RGB value is (207,237,159). Sum of RGB (Red+Green+Blue) = 207+237+159=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED9F is #301260. Grayscale: #DBDBDB. Windows color (decimal): -3150433 or 10481103. OLE color: 10481103.
HSL color Cylindrical-coordinate representation of color #CFED9F: hue angle of 83.08º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFED9F is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 159 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.07 |
| HSL | 83.08º | 0.68% | 0.78% | - |
| HSV(B) | 83.08º | 0.33% | 0.93% | - |
| XYZ | 62.27 | 76.34 | 44.25 | - |
| YUV | 219.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 159 | 0.13 | 0 | 0.33 | 0.07 | 83.08 | 0.68 | 0.78 |
| Hex | CF | ED | 9F | D | 0 | 21 | 7 | 53 | 44 | 4E |
| Octal | 317 | 355 | 237 | 15 | 0 | 41 | 7 | 123 | 104 | 116 |
| Binary | 11001111 | 11101101 | 10011111 | 1101 | 0 | 100001 | 111 | 1010011 | 1000100 | 1001110 |
Color Harmonies of #CFED9F
Complementary color
Monochromatic Colors of #CFED9F
Black with #CFED9F
Text Example
Text Example
White with #CFED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED9F; }
p { color: rgb(207,237,159); }
H1.HeaderClassName
{
color: #CFED9F;
}
.AnyTagClassName
{
color: #CFED9F;
}
</style>
background-color css
<style>
a { background-color: #CFED9F; }
a { background-color: rgb(207,237,159); }
div.DivClassName
{
background-color: #CFED9F;
}
.BgClassName
{
background-color: #CFED9F;
}
</style>
border-color css
<style>
span { border-color: #CFED9F; }
span { border-color: rgb(207,237,159); }
td.TdClassName
{
border-color: #CFED9F;
}
.TagClassName
{
border-color: #CFED9F;
}
</style>