Shades of Reef #CFE09F
Tints of Reef #CFE09F
RGB
CMYK
RGB Variations
Color information
#CFE09F (or 0xCFE09F) is known color: Reef. HEX triplet: CF, E0 and 9F. RGB value is (207,224,159). Sum of RGB (Red+Green+Blue) = 207+224+159=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE09F is #301F60. Grayscale: #D3D3D3. Windows color (decimal): -3153761 or 10477775. OLE color: 10477775.
HSL color Cylindrical-coordinate representation of color #CFE09F: hue angle of 75.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE09F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 159 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.12 |
| HSL | 75.69º | 0.51% | 0.75% | - |
| HSV(B) | 75.69º | 0.29% | 0.88% | - |
| XYZ | 58.65 | 69.08 | 43.04 | - |
| YUV | 211.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 159 | 0.08 | 0 | 0.29 | 0.12 | 75.69 | 0.51 | 0.75 |
| Hex | CF | E0 | 9F | 8 | 0 | 1D | C | 4C | 33 | 4B |
| Octal | 317 | 340 | 237 | 10 | 0 | 35 | 14 | 114 | 63 | 113 |
| Binary | 11001111 | 11100000 | 10011111 | 1000 | 0 | 11101 | 1100 | 1001100 | 110011 | 1001011 |
Color Harmonies of #CFE09F
Complementary color
Monochromatic Colors of #CFE09F
Black with #CFE09F
Text Example
Text Example
White with #CFE09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE09F; }
p { color: rgb(207,224,159); }
H1.HeaderClassName
{
color: #CFE09F;
}
.AnyTagClassName
{
color: #CFE09F;
}
</style>
background-color css
<style>
a { background-color: #CFE09F; }
a { background-color: rgb(207,224,159); }
div.DivClassName
{
background-color: #CFE09F;
}
.BgClassName
{
background-color: #CFE09F;
}
</style>
border-color css
<style>
span { border-color: #CFE09F; }
span { border-color: rgb(207,224,159); }
td.TdClassName
{
border-color: #CFE09F;
}
.TagClassName
{
border-color: #CFE09F;
}
</style>