Shades of Reef #CFF49E
Tints of Reef #CFF49E
RGB
CMYK
RGB Variations
Color information
#CFF49E (or 0xCFF49E) is known color: Reef. HEX triplet: CF, F4 and 9E. RGB value is (207,244,158). Sum of RGB (Red+Green+Blue) = 207+244+158=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49E is #300B61. Grayscale: #DFDFDF. Windows color (decimal): -3148642 or 10417359. OLE color: 10417359.
HSL color Cylindrical-coordinate representation of color #CFF49E: hue angle of 85.81º degrees, saturation: 0.8, 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 #CFF49E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 158 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.04 |
| HSL | 85.81º | 0.8% | 0.79% | - |
| HSV(B) | 85.81º | 0.35% | 0.96% | - |
| XYZ | 64.25 | 80.44 | 44.49 | - |
| YUV | 223.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 158 | 0.15 | 0 | 0.35 | 0.04 | 85.81 | 0.8 | 0.79 |
| Hex | CF | F4 | 9E | F | 0 | 23 | 4 | 56 | 50 | 4F |
| Octal | 317 | 364 | 236 | 17 | 0 | 43 | 4 | 126 | 120 | 117 |
| Binary | 11001111 | 11110100 | 10011110 | 1111 | 0 | 100011 | 100 | 1010110 | 1010000 | 1001111 |
Color Harmonies of #CFF49E
Complementary color
Monochromatic Colors of #CFF49E
Black with #CFF49E
Text Example
Text Example
White with #CFF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF49E; }
p { color: rgb(207,244,158); }
H1.HeaderClassName
{
color: #CFF49E;
}
.AnyTagClassName
{
color: #CFF49E;
}
</style>
background-color css
<style>
a { background-color: #CFF49E; }
a { background-color: rgb(207,244,158); }
div.DivClassName
{
background-color: #CFF49E;
}
.BgClassName
{
background-color: #CFF49E;
}
</style>
border-color css
<style>
span { border-color: #CFF49E; }
span { border-color: rgb(207,244,158); }
td.TdClassName
{
border-color: #CFF49E;
}
.TagClassName
{
border-color: #CFF49E;
}
</style>