Shades of Reef #CFF49D
Tints of Reef #CFF49D
RGB
CMYK
RGB Variations
Color information
#CFF49D (or 0xCFF49D) is known color: Reef. HEX triplet: CF, F4 and 9D. RGB value is (207,244,157). Sum of RGB (Red+Green+Blue) = 207+244+157=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49D is #300B62. Grayscale: #DFDFDF. Windows color (decimal): -3148643 or 10351823. OLE color: 10351823.
HSL color Cylindrical-coordinate representation of color #CFF49D: hue angle of 85.52º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFF49D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 157 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.04 |
| HSL | 85.52º | 0.8% | 0.79% | - |
| HSV(B) | 85.52º | 0.36% | 0.96% | - |
| XYZ | 64.17 | 80.4 | 44.04 | - |
| YUV | 223.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 157 | 0.15 | 0 | 0.36 | 0.04 | 85.52 | 0.8 | 0.79 |
| Hex | CF | F4 | 9D | F | 0 | 24 | 4 | 56 | 50 | 4F |
| Octal | 317 | 364 | 235 | 17 | 0 | 44 | 4 | 126 | 120 | 117 |
| Binary | 11001111 | 11110100 | 10011101 | 1111 | 0 | 100100 | 100 | 1010110 | 1010000 | 1001111 |
Color Harmonies of #CFF49D
Complementary color
Monochromatic Colors of #CFF49D
Black with #CFF49D
Text Example
Text Example
White with #CFF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF49D; }
p { color: rgb(207,244,157); }
H1.HeaderClassName
{
color: #CFF49D;
}
.AnyTagClassName
{
color: #CFF49D;
}
</style>
background-color css
<style>
a { background-color: #CFF49D; }
a { background-color: rgb(207,244,157); }
div.DivClassName
{
background-color: #CFF49D;
}
.BgClassName
{
background-color: #CFF49D;
}
</style>
border-color css
<style>
span { border-color: #CFF49D; }
span { border-color: rgb(207,244,157); }
td.TdClassName
{
border-color: #CFF49D;
}
.TagClassName
{
border-color: #CFF49D;
}
</style>