Shades of Reef #CFDE96
Tints of Reef #CFDE96
RGB
CMYK
RGB Variations
Color information
#CFDE96 (or 0xCFDE96) is known color: Reef. HEX triplet: CF, DE and 96. RGB value is (207,222,150). Sum of RGB (Red+Green+Blue) = 207+222+150=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE96 is #302169. Grayscale: #D1D1D1. Windows color (decimal): -3154282 or 9887439. OLE color: 9887439.
HSL color Cylindrical-coordinate representation of color #CFDE96: hue angle of 72.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFDE96 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 150 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.13 |
| HSL | 72.5º | 0.52% | 0.73% | - |
| HSV(B) | 72.5º | 0.32% | 0.87% | - |
| XYZ | 57.36 | 67.71 | 38.9 | - |
| YUV | 209.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 150 | 0.07 | 0 | 0.32 | 0.13 | 72.5 | 0.52 | 0.73 |
| Hex | CF | DE | 96 | 7 | 0 | 20 | D | 48 | 34 | 49 |
| Octal | 317 | 336 | 226 | 7 | 0 | 40 | 15 | 110 | 64 | 111 |
| Binary | 11001111 | 11011110 | 10010110 | 111 | 0 | 100000 | 1101 | 1001000 | 110100 | 1001001 |
Color Harmonies of #CFDE96
Complementary color
Monochromatic Colors of #CFDE96
Black with #CFDE96
Text Example
Text Example
White with #CFDE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE96; }
p { color: rgb(207,222,150); }
H1.HeaderClassName
{
color: #CFDE96;
}
.AnyTagClassName
{
color: #CFDE96;
}
</style>
background-color css
<style>
a { background-color: #CFDE96; }
a { background-color: rgb(207,222,150); }
div.DivClassName
{
background-color: #CFDE96;
}
.BgClassName
{
background-color: #CFDE96;
}
</style>
border-color css
<style>
span { border-color: #CFDE96; }
span { border-color: rgb(207,222,150); }
td.TdClassName
{
border-color: #CFDE96;
}
.TagClassName
{
border-color: #CFDE96;
}
</style>