Shades of Reef #CFF2A4
Tints of Reef #CFF2A4
RGB
CMYK
RGB Variations
Color information
#CFF2A4 (or 0xCFF2A4) is known color: Reef. HEX triplet: CF, F2 and A4. RGB value is (207,242,164). Sum of RGB (Red+Green+Blue) = 207+242+164=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2A4 is #300D5B. Grayscale: #DEDEDE. Windows color (decimal): -3149148 or 10810063. OLE color: 10810063.
HSL color Cylindrical-coordinate representation of color #CFF2A4: hue angle of 86.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFF2A4 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 164 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.05 |
| HSL | 86.92º | 0.75% | 0.8% | - |
| HSV(B) | 86.92º | 0.32% | 0.95% | - |
| XYZ | 64.19 | 79.45 | 47.07 | - |
| YUV | 222.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 164 | 0.14 | 0 | 0.32 | 0.05 | 86.92 | 0.75 | 0.8 |
| Hex | CF | F2 | A4 | E | 0 | 20 | 5 | 57 | 4B | 50 |
| Octal | 317 | 362 | 244 | 16 | 0 | 40 | 5 | 127 | 113 | 120 |
| Binary | 11001111 | 11110010 | 10100100 | 1110 | 0 | 100000 | 101 | 1010111 | 1001011 | 1010000 |
Color Harmonies of #CFF2A4
Complementary color
Monochromatic Colors of #CFF2A4
Black with #CFF2A4
Text Example
Text Example
White with #CFF2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2A4; }
p { color: rgb(207,242,164); }
H1.HeaderClassName
{
color: #CFF2A4;
}
.AnyTagClassName
{
color: #CFF2A4;
}
</style>
background-color css
<style>
a { background-color: #CFF2A4; }
a { background-color: rgb(207,242,164); }
div.DivClassName
{
background-color: #CFF2A4;
}
.BgClassName
{
background-color: #CFF2A4;
}
</style>
border-color css
<style>
span { border-color: #CFF2A4; }
span { border-color: rgb(207,242,164); }
td.TdClassName
{
border-color: #CFF2A4;
}
.TagClassName
{
border-color: #CFF2A4;
}
</style>