Shades of Reef #CFEC98
Tints of Reef #CFEC98
RGB
CMYK
RGB Variations
Color information
#CFEC98 (or 0xCFEC98) is known color: Reef. HEX triplet: CF, EC and 98. RGB value is (207,236,152). Sum of RGB (Red+Green+Blue) = 207+236+152=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC98 is #301367. Grayscale: #DADADA. Windows color (decimal): -3150696 or 10022095. OLE color: 10022095.
HSL color Cylindrical-coordinate representation of color #CFEC98: hue angle of 80.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFEC98 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 152 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.07 |
| HSL | 80.71º | 0.69% | 0.76% | - |
| HSV(B) | 80.71º | 0.36% | 0.93% | - |
| XYZ | 61.4 | 75.52 | 41.05 | - |
| YUV | 217.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 152 | 0.12 | 0 | 0.36 | 0.07 | 80.71 | 0.69 | 0.76 |
| Hex | CF | EC | 98 | C | 0 | 24 | 7 | 51 | 45 | 4C |
| Octal | 317 | 354 | 230 | 14 | 0 | 44 | 7 | 121 | 105 | 114 |
| Binary | 11001111 | 11101100 | 10011000 | 1100 | 0 | 100100 | 111 | 1010001 | 1000101 | 1001100 |
Color Harmonies of #CFEC98
Complementary color
Monochromatic Colors of #CFEC98
Black with #CFEC98
Text Example
Text Example
White with #CFEC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC98; }
p { color: rgb(207,236,152); }
H1.HeaderClassName
{
color: #CFEC98;
}
.AnyTagClassName
{
color: #CFEC98;
}
</style>
background-color css
<style>
a { background-color: #CFEC98; }
a { background-color: rgb(207,236,152); }
div.DivClassName
{
background-color: #CFEC98;
}
.BgClassName
{
background-color: #CFEC98;
}
</style>
border-color css
<style>
span { border-color: #CFEC98; }
span { border-color: rgb(207,236,152); }
td.TdClassName
{
border-color: #CFEC98;
}
.TagClassName
{
border-color: #CFEC98;
}
</style>