Shades of Reef #CFE2A0
Tints of Reef #CFE2A0
RGB
CMYK
RGB Variations
Color information
#CFE2A0 (or 0xCFE2A0) is known color: Reef. HEX triplet: CF, E2 and A0. RGB value is (207,226,160). Sum of RGB (Red+Green+Blue) = 207+226+160=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE2A0 is #301D5F. Grayscale: #D5D5D5. Windows color (decimal): -3153248 or 10543823. OLE color: 10543823.
HSL color Cylindrical-coordinate representation of color #CFE2A0: hue angle of 77.27º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE2A0 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 160 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.11 |
| HSL | 77.27º | 0.53% | 0.76% | - |
| HSV(B) | 77.27º | 0.29% | 0.89% | - |
| XYZ | 59.27 | 70.2 | 43.68 | - |
| YUV | 212.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 160 | 0.08 | 0 | 0.29 | 0.11 | 77.27 | 0.53 | 0.76 |
| Hex | CF | E2 | A0 | 8 | 0 | 1D | B | 4D | 35 | 4C |
| Octal | 317 | 342 | 240 | 10 | 0 | 35 | 13 | 115 | 65 | 114 |
| Binary | 11001111 | 11100010 | 10100000 | 1000 | 0 | 11101 | 1011 | 1001101 | 110101 | 1001100 |
Color Harmonies of #CFE2A0
Complementary color
Monochromatic Colors of #CFE2A0
Black with #CFE2A0
Text Example
Text Example
White with #CFE2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2A0; }
p { color: rgb(207,226,160); }
H1.HeaderClassName
{
color: #CFE2A0;
}
.AnyTagClassName
{
color: #CFE2A0;
}
</style>
background-color css
<style>
a { background-color: #CFE2A0; }
a { background-color: rgb(207,226,160); }
div.DivClassName
{
background-color: #CFE2A0;
}
.BgClassName
{
background-color: #CFE2A0;
}
</style>
border-color css
<style>
span { border-color: #CFE2A0; }
span { border-color: rgb(207,226,160); }
td.TdClassName
{
border-color: #CFE2A0;
}
.TagClassName
{
border-color: #CFE2A0;
}
</style>