Shades of Reef #CFEF96
Tints of Reef #CFEF96
RGB
CMYK
RGB Variations
Color information
#CFEF96 (or 0xCFEF96) is known color: Reef. HEX triplet: CF, EF and 96. RGB value is (207,239,150). Sum of RGB (Red+Green+Blue) = 207+239+150=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF96 is #301069. Grayscale: #DBDBDB. Windows color (decimal): -3149930 or 9891791. OLE color: 9891791.
HSL color Cylindrical-coordinate representation of color #CFEF96: hue angle of 81.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFEF96 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 150 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.06 |
| HSL | 81.57º | 0.74% | 0.76% | - |
| HSV(B) | 81.57º | 0.37% | 0.94% | - |
| XYZ | 62.1 | 77.2 | 40.48 | - |
| YUV | 219.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 150 | 0.13 | 0 | 0.37 | 0.06 | 81.57 | 0.74 | 0.76 |
| Hex | CF | EF | 96 | D | 0 | 25 | 6 | 52 | 4A | 4C |
| Octal | 317 | 357 | 226 | 15 | 0 | 45 | 6 | 122 | 112 | 114 |
| Binary | 11001111 | 11101111 | 10010110 | 1101 | 0 | 100101 | 110 | 1010010 | 1001010 | 1001100 |
Color Harmonies of #CFEF96
Complementary color
Monochromatic Colors of #CFEF96
Black with #CFEF96
Text Example
Text Example
White with #CFEF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF96; }
p { color: rgb(207,239,150); }
H1.HeaderClassName
{
color: #CFEF96;
}
.AnyTagClassName
{
color: #CFEF96;
}
</style>
background-color css
<style>
a { background-color: #CFEF96; }
a { background-color: rgb(207,239,150); }
div.DivClassName
{
background-color: #CFEF96;
}
.BgClassName
{
background-color: #CFEF96;
}
</style>
border-color css
<style>
span { border-color: #CFEF96; }
span { border-color: rgb(207,239,150); }
td.TdClassName
{
border-color: #CFEF96;
}
.TagClassName
{
border-color: #CFEF96;
}
</style>