Shades of Reef #CFE497
Tints of Reef #CFE497
RGB
CMYK
RGB Variations
Color information
#CFE497 (or 0xCFE497) is known color: Reef. HEX triplet: CF, E4 and 97. RGB value is (207,228,151). Sum of RGB (Red+Green+Blue) = 207+228+151=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE497 is #301B68. Grayscale: #D5D5D5. Windows color (decimal): -3152745 or 9954511. OLE color: 9954511.
HSL color Cylindrical-coordinate representation of color #CFE497: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE497 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 151 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.11 |
| HSL | 76.36º | 0.59% | 0.74% | - |
| HSV(B) | 76.36º | 0.34% | 0.89% | - |
| XYZ | 59.06 | 70.99 | 39.87 | - |
| YUV | 212.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 151 | 0.09 | 0 | 0.34 | 0.11 | 76.36 | 0.59 | 0.74 |
| Hex | CF | E4 | 97 | 9 | 0 | 22 | B | 4C | 3B | 4A |
| Octal | 317 | 344 | 227 | 11 | 0 | 42 | 13 | 114 | 73 | 112 |
| Binary | 11001111 | 11100100 | 10010111 | 1001 | 0 | 100010 | 1011 | 1001100 | 111011 | 1001010 |
Color Harmonies of #CFE497
Complementary color
Monochromatic Colors of #CFE497
Black with #CFE497
Text Example
Text Example
White with #CFE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE497; }
p { color: rgb(207,228,151); }
H1.HeaderClassName
{
color: #CFE497;
}
.AnyTagClassName
{
color: #CFE497;
}
</style>
background-color css
<style>
a { background-color: #CFE497; }
a { background-color: rgb(207,228,151); }
div.DivClassName
{
background-color: #CFE497;
}
.BgClassName
{
background-color: #CFE497;
}
</style>
border-color css
<style>
span { border-color: #CFE497; }
span { border-color: rgb(207,228,151); }
td.TdClassName
{
border-color: #CFE497;
}
.TagClassName
{
border-color: #CFE497;
}
</style>