Shades of Reef #CFF49F
Tints of Reef #CFF49F
RGB
CMYK
RGB Variations
Color information
#CFF49F (or 0xCFF49F) is known color: Reef. HEX triplet: CF, F4 and 9F. RGB value is (207,244,159). Sum of RGB (Red+Green+Blue) = 207+244+159=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49F is #300B60. Grayscale: #DFDFDF. Windows color (decimal): -3148641 or 10482895. OLE color: 10482895.
HSL color Cylindrical-coordinate representation of color #CFF49F: hue angle of 86.12º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF49F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 159 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.04 |
| HSL | 86.12º | 0.79% | 0.79% | - |
| HSV(B) | 86.12º | 0.35% | 0.96% | - |
| XYZ | 64.34 | 80.47 | 44.94 | - |
| YUV | 223.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 159 | 0.15 | 0 | 0.35 | 0.04 | 86.12 | 0.79 | 0.79 |
| Hex | CF | F4 | 9F | F | 0 | 23 | 4 | 56 | 4F | 4F |
| Octal | 317 | 364 | 237 | 17 | 0 | 43 | 4 | 126 | 117 | 117 |
| Binary | 11001111 | 11110100 | 10011111 | 1111 | 0 | 100011 | 100 | 1010110 | 1001111 | 1001111 |
Color Harmonies of #CFF49F
Complementary color
Monochromatic Colors of #CFF49F
Black with #CFF49F
Text Example
Text Example
White with #CFF49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF49F; }
p { color: rgb(207,244,159); }
H1.HeaderClassName
{
color: #CFF49F;
}
.AnyTagClassName
{
color: #CFF49F;
}
</style>
background-color css
<style>
a { background-color: #CFF49F; }
a { background-color: rgb(207,244,159); }
div.DivClassName
{
background-color: #CFF49F;
}
.BgClassName
{
background-color: #CFF49F;
}
</style>
border-color css
<style>
span { border-color: #CFF49F; }
span { border-color: rgb(207,244,159); }
td.TdClassName
{
border-color: #CFF49F;
}
.TagClassName
{
border-color: #CFF49F;
}
</style>