Shades of Reef #CFEA91
Tints of Reef #CFEA91
RGB
CMYK
RGB Variations
Color information
#CFEA91 (or 0xCFEA91) is known color: Reef. HEX triplet: CF, EA and 91. RGB value is (207,234,145). Sum of RGB (Red+Green+Blue) = 207+234+145=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA91 is #30156E. Grayscale: #D8D8D8. Windows color (decimal): -3151215 or 9562831. OLE color: 9562831.
HSL color Cylindrical-coordinate representation of color #CFEA91: hue angle of 78.2º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFEA91 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 145 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.08 |
| HSL | 78.2º | 0.68% | 0.74% | - |
| HSV(B) | 78.2º | 0.38% | 0.92% | - |
| XYZ | 60.27 | 74.16 | 37.93 | - |
| YUV | 215.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 145 | 0.12 | 0 | 0.38 | 0.08 | 78.2 | 0.68 | 0.74 |
| Hex | CF | EA | 91 | C | 0 | 26 | 8 | 4E | 44 | 4A |
| Octal | 317 | 352 | 221 | 14 | 0 | 46 | 10 | 116 | 104 | 112 |
| Binary | 11001111 | 11101010 | 10010001 | 1100 | 0 | 100110 | 1000 | 1001110 | 1000100 | 1001010 |
Color Harmonies of #CFEA91
Complementary color
Monochromatic Colors of #CFEA91
Black with #CFEA91
Text Example
Text Example
White with #CFEA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA91; }
p { color: rgb(207,234,145); }
H1.HeaderClassName
{
color: #CFEA91;
}
.AnyTagClassName
{
color: #CFEA91;
}
</style>
background-color css
<style>
a { background-color: #CFEA91; }
a { background-color: rgb(207,234,145); }
div.DivClassName
{
background-color: #CFEA91;
}
.BgClassName
{
background-color: #CFEA91;
}
</style>
border-color css
<style>
span { border-color: #CFEA91; }
span { border-color: rgb(207,234,145); }
td.TdClassName
{
border-color: #CFEA91;
}
.TagClassName
{
border-color: #CFEA91;
}
</style>