Shades of Reef #CFEC90
Tints of Reef #CFEC90
RGB
CMYK
RGB Variations
Color information
#CFEC90 (or 0xCFEC90) is known color: Reef. HEX triplet: CF, EC and 90. RGB value is (207,236,144). Sum of RGB (Red+Green+Blue) = 207+236+144=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC90 is #30136F. Grayscale: #D9D9D9. Windows color (decimal): -3150704 or 9497807. OLE color: 9497807.
HSL color Cylindrical-coordinate representation of color #CFEC90: hue angle of 78.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFEC90 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 144 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.07 |
| HSL | 78.91º | 0.71% | 0.75% | - |
| HSV(B) | 78.91º | 0.39% | 0.93% | - |
| XYZ | 60.76 | 75.27 | 37.71 | - |
| YUV | 216.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 144 | 0.12 | 0 | 0.39 | 0.07 | 78.91 | 0.71 | 0.75 |
| Hex | CF | EC | 90 | C | 0 | 27 | 7 | 4F | 47 | 4B |
| Octal | 317 | 354 | 220 | 14 | 0 | 47 | 7 | 117 | 107 | 113 |
| Binary | 11001111 | 11101100 | 10010000 | 1100 | 0 | 100111 | 111 | 1001111 | 1000111 | 1001011 |
Color Harmonies of #CFEC90
Complementary color
Monochromatic Colors of #CFEC90
Black with #CFEC90
Text Example
Text Example
White with #CFEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC90; }
p { color: rgb(207,236,144); }
H1.HeaderClassName
{
color: #CFEC90;
}
.AnyTagClassName
{
color: #CFEC90;
}
</style>
background-color css
<style>
a { background-color: #CFEC90; }
a { background-color: rgb(207,236,144); }
div.DivClassName
{
background-color: #CFEC90;
}
.BgClassName
{
background-color: #CFEC90;
}
</style>
border-color css
<style>
span { border-color: #CFEC90; }
span { border-color: rgb(207,236,144); }
td.TdClassName
{
border-color: #CFEC90;
}
.TagClassName
{
border-color: #CFEC90;
}
</style>