Shades of Reef #CFE499
Tints of Reef #CFE499
RGB
CMYK
RGB Variations
Color information
#CFE499 (or 0xCFE499) is known color: Reef. HEX triplet: CF, E4 and 99. RGB value is (207,228,153). Sum of RGB (Red+Green+Blue) = 207+228+153=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE499 is #301B66. Grayscale: #D5D5D5. Windows color (decimal): -3152743 or 10085583. OLE color: 10085583.
HSL color Cylindrical-coordinate representation of color #CFE499: hue angle of 76.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE499 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 153 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.11 |
| HSL | 76.8º | 0.58% | 0.75% | - |
| HSV(B) | 76.8º | 0.33% | 0.89% | - |
| XYZ | 59.23 | 71.05 | 40.73 | - |
| YUV | 213.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 153 | 0.09 | 0 | 0.33 | 0.11 | 76.8 | 0.58 | 0.75 |
| Hex | CF | E4 | 99 | 9 | 0 | 21 | B | 4D | 3A | 4B |
| Octal | 317 | 344 | 231 | 11 | 0 | 41 | 13 | 115 | 72 | 113 |
| Binary | 11001111 | 11100100 | 10011001 | 1001 | 0 | 100001 | 1011 | 1001101 | 111010 | 1001011 |
Color Harmonies of #CFE499
Complementary color
Monochromatic Colors of #CFE499
Black with #CFE499
Text Example
Text Example
White with #CFE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE499; }
p { color: rgb(207,228,153); }
H1.HeaderClassName
{
color: #CFE499;
}
.AnyTagClassName
{
color: #CFE499;
}
</style>
background-color css
<style>
a { background-color: #CFE499; }
a { background-color: rgb(207,228,153); }
div.DivClassName
{
background-color: #CFE499;
}
.BgClassName
{
background-color: #CFE499;
}
</style>
border-color css
<style>
span { border-color: #CFE499; }
span { border-color: rgb(207,228,153); }
td.TdClassName
{
border-color: #CFE499;
}
.TagClassName
{
border-color: #CFE499;
}
</style>