Shades of Reef #CFF0A0
Tints of Reef #CFF0A0
RGB
CMYK
RGB Variations
Color information
#CFF0A0 (or 0xCFF0A0) is known color: Reef. HEX triplet: CF, F0 and A0. RGB value is (207,240,160). Sum of RGB (Red+Green+Blue) = 207+240+160=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0A0 is #300F5F. Grayscale: #DDDDDD. Windows color (decimal): -3149664 or 10547407. OLE color: 10547407.
HSL color Cylindrical-coordinate representation of color #CFF0A0: hue angle of 84.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFF0A0 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 160 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.06 |
| HSL | 84.75º | 0.73% | 0.78% | - |
| HSV(B) | 84.75º | 0.33% | 0.94% | - |
| XYZ | 63.24 | 78.12 | 45 | - |
| YUV | 221.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 160 | 0.14 | 0 | 0.33 | 0.06 | 84.75 | 0.73 | 0.78 |
| Hex | CF | F0 | A0 | E | 0 | 21 | 6 | 55 | 49 | 4E |
| Octal | 317 | 360 | 240 | 16 | 0 | 41 | 6 | 125 | 111 | 116 |
| Binary | 11001111 | 11110000 | 10100000 | 1110 | 0 | 100001 | 110 | 1010101 | 1001001 | 1001110 |
Color Harmonies of #CFF0A0
Complementary color
Monochromatic Colors of #CFF0A0
Black with #CFF0A0
Text Example
Text Example
White with #CFF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0A0; }
p { color: rgb(207,240,160); }
H1.HeaderClassName
{
color: #CFF0A0;
}
.AnyTagClassName
{
color: #CFF0A0;
}
</style>
background-color css
<style>
a { background-color: #CFF0A0; }
a { background-color: rgb(207,240,160); }
div.DivClassName
{
background-color: #CFF0A0;
}
.BgClassName
{
background-color: #CFF0A0;
}
</style>
border-color css
<style>
span { border-color: #CFF0A0; }
span { border-color: rgb(207,240,160); }
td.TdClassName
{
border-color: #CFF0A0;
}
.TagClassName
{
border-color: #CFF0A0;
}
</style>