Shades of Reef #CFE49B
Tints of Reef #CFE49B
RGB
CMYK
RGB Variations
Color information
#CFE49B (or 0xCFE49B) is known color: Reef. HEX triplet: CF, E4 and 9B. RGB value is (207,228,155). Sum of RGB (Red+Green+Blue) = 207+228+155=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE49B is #301B64. Grayscale: #D5D5D5. Windows color (decimal): -3152741 or 10216655. OLE color: 10216655.
HSL color Cylindrical-coordinate representation of color #CFE49B: hue angle of 77.26º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE49B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 155 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.11 |
| HSL | 77.26º | 0.57% | 0.75% | - |
| HSV(B) | 77.26º | 0.32% | 0.89% | - |
| XYZ | 59.39 | 71.12 | 41.61 | - |
| YUV | 213.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 155 | 0.09 | 0 | 0.32 | 0.11 | 77.26 | 0.57 | 0.75 |
| Hex | CF | E4 | 9B | 9 | 0 | 20 | B | 4D | 39 | 4B |
| Octal | 317 | 344 | 233 | 11 | 0 | 40 | 13 | 115 | 71 | 113 |
| Binary | 11001111 | 11100100 | 10011011 | 1001 | 0 | 100000 | 1011 | 1001101 | 111001 | 1001011 |
Color Harmonies of #CFE49B
Complementary color
Monochromatic Colors of #CFE49B
Black with #CFE49B
Text Example
Text Example
White with #CFE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE49B; }
p { color: rgb(207,228,155); }
H1.HeaderClassName
{
color: #CFE49B;
}
.AnyTagClassName
{
color: #CFE49B;
}
</style>
background-color css
<style>
a { background-color: #CFE49B; }
a { background-color: rgb(207,228,155); }
div.DivClassName
{
background-color: #CFE49B;
}
.BgClassName
{
background-color: #CFE49B;
}
</style>
border-color css
<style>
span { border-color: #CFE49B; }
span { border-color: rgb(207,228,155); }
td.TdClassName
{
border-color: #CFE49B;
}
.TagClassName
{
border-color: #CFE49B;
}
</style>