Shades of Reef #CFF2AF
Tints of Reef #CFF2AF
RGB
CMYK
RGB Variations
Color information
#CFF2AF (or 0xCFF2AF) is known color: Reef. HEX triplet: CF, F2 and AF. RGB value is (207,242,175). Sum of RGB (Red+Green+Blue) = 207+242+175=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2AF is #300D50. Grayscale: #E0E0E0. Windows color (decimal): -3149137 or 11530959. OLE color: 11530959.
HSL color Cylindrical-coordinate representation of color #CFF2AF: hue angle of 91.34º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF2AF is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 175 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.05 |
| HSL | 91.34º | 0.72% | 0.82% | - |
| HSV(B) | 91.34º | 0.28% | 0.95% | - |
| XYZ | 65.22 | 79.86 | 52.54 | - |
| YUV | 223.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 175 | 0.14 | 0 | 0.28 | 0.05 | 91.34 | 0.72 | 0.82 |
| Hex | CF | F2 | AF | E | 0 | 1C | 5 | 5B | 48 | 52 |
| Octal | 317 | 362 | 257 | 16 | 0 | 34 | 5 | 133 | 110 | 122 |
| Binary | 11001111 | 11110010 | 10101111 | 1110 | 0 | 11100 | 101 | 1011011 | 1001000 | 1010010 |
Color Harmonies of #CFF2AF
Complementary color
Monochromatic Colors of #CFF2AF
Black with #CFF2AF
Text Example
Text Example
White with #CFF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2AF; }
p { color: rgb(207,242,175); }
H1.HeaderClassName
{
color: #CFF2AF;
}
.AnyTagClassName
{
color: #CFF2AF;
}
</style>
background-color css
<style>
a { background-color: #CFF2AF; }
a { background-color: rgb(207,242,175); }
div.DivClassName
{
background-color: #CFF2AF;
}
.BgClassName
{
background-color: #CFF2AF;
}
</style>
border-color css
<style>
span { border-color: #CFF2AF; }
span { border-color: rgb(207,242,175); }
td.TdClassName
{
border-color: #CFF2AF;
}
.TagClassName
{
border-color: #CFF2AF;
}
</style>