Shades of Reef #CFE49D
Tints of Reef #CFE49D
RGB
CMYK
RGB Variations
Color information
#CFE49D (or 0xCFE49D) is known color: Reef. HEX triplet: CF, E4 and 9D. RGB value is (207,228,157). Sum of RGB (Red+Green+Blue) = 207+228+157=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE49D is #301B62. Grayscale: #D5D5D5. Windows color (decimal): -3152739 or 10347727. OLE color: 10347727.
HSL color Cylindrical-coordinate representation of color #CFE49D: hue angle of 77.75º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE49D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 157 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.11 |
| HSL | 77.75º | 0.57% | 0.75% | - |
| HSV(B) | 77.75º | 0.31% | 0.89% | - |
| XYZ | 59.56 | 71.19 | 42.5 | - |
| YUV | 213.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 157 | 0.09 | 0 | 0.31 | 0.11 | 77.75 | 0.57 | 0.75 |
| Hex | CF | E4 | 9D | 9 | 0 | 1F | B | 4E | 39 | 4B |
| Octal | 317 | 344 | 235 | 11 | 0 | 37 | 13 | 116 | 71 | 113 |
| Binary | 11001111 | 11100100 | 10011101 | 1001 | 0 | 11111 | 1011 | 1001110 | 111001 | 1001011 |
Color Harmonies of #CFE49D
Complementary color
Monochromatic Colors of #CFE49D
Black with #CFE49D
Text Example
Text Example
White with #CFE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE49D; }
p { color: rgb(207,228,157); }
H1.HeaderClassName
{
color: #CFE49D;
}
.AnyTagClassName
{
color: #CFE49D;
}
</style>
background-color css
<style>
a { background-color: #CFE49D; }
a { background-color: rgb(207,228,157); }
div.DivClassName
{
background-color: #CFE49D;
}
.BgClassName
{
background-color: #CFE49D;
}
</style>
border-color css
<style>
span { border-color: #CFE49D; }
span { border-color: rgb(207,228,157); }
td.TdClassName
{
border-color: #CFE49D;
}
.TagClassName
{
border-color: #CFE49D;
}
</style>