Shades of Reef #CFDF95
Tints of Reef #CFDF95
RGB
CMYK
RGB Variations
Color information
#CFDF95 (or 0xCFDF95) is known color: Reef. HEX triplet: CF, DF and 95. RGB value is (207,223,149). Sum of RGB (Red+Green+Blue) = 207+223+149=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF95 is #30206A. Grayscale: #D2D2D2. Windows color (decimal): -3154027 or 9822159. OLE color: 9822159.
HSL color Cylindrical-coordinate representation of color #CFDF95: hue angle of 72.97º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDF95 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 149 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.13 |
| HSL | 72.97º | 0.54% | 0.73% | - |
| HSV(B) | 72.97º | 0.33% | 0.87% | - |
| XYZ | 57.54 | 68.21 | 38.57 | - |
| YUV | 209.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 149 | 0.07 | 0 | 0.33 | 0.13 | 72.97 | 0.54 | 0.73 |
| Hex | CF | DF | 95 | 7 | 0 | 21 | D | 49 | 36 | 49 |
| Octal | 317 | 337 | 225 | 7 | 0 | 41 | 15 | 111 | 66 | 111 |
| Binary | 11001111 | 11011111 | 10010101 | 111 | 0 | 100001 | 1101 | 1001001 | 110110 | 1001001 |
Color Harmonies of #CFDF95
Complementary color
Monochromatic Colors of #CFDF95
Black with #CFDF95
Text Example
Text Example
White with #CFDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF95; }
p { color: rgb(207,223,149); }
H1.HeaderClassName
{
color: #CFDF95;
}
.AnyTagClassName
{
color: #CFDF95;
}
</style>
background-color css
<style>
a { background-color: #CFDF95; }
a { background-color: rgb(207,223,149); }
div.DivClassName
{
background-color: #CFDF95;
}
.BgClassName
{
background-color: #CFDF95;
}
</style>
border-color css
<style>
span { border-color: #CFDF95; }
span { border-color: rgb(207,223,149); }
td.TdClassName
{
border-color: #CFDF95;
}
.TagClassName
{
border-color: #CFDF95;
}
</style>