Shades of Reef #CFF4AD
Tints of Reef #CFF4AD
RGB
CMYK
RGB Variations
Color information
#CFF4AD (or 0xCFF4AD) is known color: Reef. HEX triplet: CF, F4 and AD. RGB value is (207,244,173). Sum of RGB (Red+Green+Blue) = 207+244+173=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4AD is #300B52. Grayscale: #E1E1E1. Windows color (decimal): -3148627 or 11400399. OLE color: 11400399.
HSL color Cylindrical-coordinate representation of color #CFF4AD: hue angle of 91.27º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF4AD is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 173 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.04 |
| HSL | 91.27º | 0.76% | 0.82% | - |
| HSV(B) | 91.27º | 0.29% | 0.96% | - |
| XYZ | 65.63 | 80.98 | 51.71 | - |
| YUV | 224.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 173 | 0.15 | 0 | 0.29 | 0.04 | 91.27 | 0.76 | 0.82 |
| Hex | CF | F4 | AD | F | 0 | 1D | 4 | 5B | 4C | 52 |
| Octal | 317 | 364 | 255 | 17 | 0 | 35 | 4 | 133 | 114 | 122 |
| Binary | 11001111 | 11110100 | 10101101 | 1111 | 0 | 11101 | 100 | 1011011 | 1001100 | 1010010 |
Color Harmonies of #CFF4AD
Complementary color
Monochromatic Colors of #CFF4AD
Black with #CFF4AD
Text Example
Text Example
White with #CFF4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4AD; }
p { color: rgb(207,244,173); }
H1.HeaderClassName
{
color: #CFF4AD;
}
.AnyTagClassName
{
color: #CFF4AD;
}
</style>
background-color css
<style>
a { background-color: #CFF4AD; }
a { background-color: rgb(207,244,173); }
div.DivClassName
{
background-color: #CFF4AD;
}
.BgClassName
{
background-color: #CFF4AD;
}
</style>
border-color css
<style>
span { border-color: #CFF4AD; }
span { border-color: rgb(207,244,173); }
td.TdClassName
{
border-color: #CFF4AD;
}
.TagClassName
{
border-color: #CFF4AD;
}
</style>