Shades of Reef #CFF4A9
Tints of Reef #CFF4A9
RGB
CMYK
RGB Variations
Color information
#CFF4A9 (or 0xCFF4A9) is known color: Reef. HEX triplet: CF, F4 and A9. RGB value is (207,244,169). Sum of RGB (Red+Green+Blue) = 207+244+169=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4A9 is #300B56. Grayscale: #E0E0E0. Windows color (decimal): -3148631 or 11138255. OLE color: 11138255.
HSL color Cylindrical-coordinate representation of color #CFF4A9: hue angle of 89.6º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF4A9 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 169 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.04 |
| HSL | 89.6º | 0.77% | 0.81% | - |
| HSV(B) | 89.6º | 0.31% | 0.96% | - |
| XYZ | 65.24 | 80.83 | 49.7 | - |
| YUV | 224.39 | 96.74 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 169 | 0.15 | 0 | 0.31 | 0.04 | 89.6 | 0.77 | 0.81 |
| Hex | CF | F4 | A9 | F | 0 | 1F | 4 | 5A | 4D | 51 |
| Octal | 317 | 364 | 251 | 17 | 0 | 37 | 4 | 132 | 115 | 121 |
| Binary | 11001111 | 11110100 | 10101001 | 1111 | 0 | 11111 | 100 | 1011010 | 1001101 | 1010001 |
Color Harmonies of #CFF4A9
Complementary color
Monochromatic Colors of #CFF4A9
Black with #CFF4A9
Text Example
Text Example
White with #CFF4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4A9; }
p { color: rgb(207,244,169); }
H1.HeaderClassName
{
color: #CFF4A9;
}
.AnyTagClassName
{
color: #CFF4A9;
}
</style>
background-color css
<style>
a { background-color: #CFF4A9; }
a { background-color: rgb(207,244,169); }
div.DivClassName
{
background-color: #CFF4A9;
}
.BgClassName
{
background-color: #CFF4A9;
}
</style>
border-color css
<style>
span { border-color: #CFF4A9; }
span { border-color: rgb(207,244,169); }
td.TdClassName
{
border-color: #CFF4A9;
}
.TagClassName
{
border-color: #CFF4A9;
}
</style>