Shades of Reef #CFEF9D
Tints of Reef #CFEF9D
RGB
CMYK
RGB Variations
Color information
#CFEF9D (or 0xCFEF9D) is known color: Reef. HEX triplet: CF, EF and 9D. RGB value is (207,239,157). Sum of RGB (Red+Green+Blue) = 207+239+157=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF9D is #301062. Grayscale: #DCDCDC. Windows color (decimal): -3149923 or 10350543. OLE color: 10350543.
HSL color Cylindrical-coordinate representation of color #CFEF9D: hue angle of 83.41º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEF9D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 157 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.06 |
| HSL | 83.41º | 0.72% | 0.78% | - |
| HSV(B) | 83.41º | 0.34% | 0.94% | - |
| XYZ | 62.68 | 77.43 | 43.54 | - |
| YUV | 220.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 157 | 0.13 | 0 | 0.34 | 0.06 | 83.41 | 0.72 | 0.78 |
| Hex | CF | EF | 9D | D | 0 | 22 | 6 | 53 | 48 | 4E |
| Octal | 317 | 357 | 235 | 15 | 0 | 42 | 6 | 123 | 110 | 116 |
| Binary | 11001111 | 11101111 | 10011101 | 1101 | 0 | 100010 | 110 | 1010011 | 1001000 | 1001110 |
Color Harmonies of #CFEF9D
Complementary color
Monochromatic Colors of #CFEF9D
Black with #CFEF9D
Text Example
Text Example
White with #CFEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF9D; }
p { color: rgb(207,239,157); }
H1.HeaderClassName
{
color: #CFEF9D;
}
.AnyTagClassName
{
color: #CFEF9D;
}
</style>
background-color css
<style>
a { background-color: #CFEF9D; }
a { background-color: rgb(207,239,157); }
div.DivClassName
{
background-color: #CFEF9D;
}
.BgClassName
{
background-color: #CFEF9D;
}
</style>
border-color css
<style>
span { border-color: #CFEF9D; }
span { border-color: rgb(207,239,157); }
td.TdClassName
{
border-color: #CFEF9D;
}
.TagClassName
{
border-color: #CFEF9D;
}
</style>