Shades of Reef #CFF890
Tints of Reef #CFF890
RGB
CMYK
RGB Variations
Color information
#CFF890 (or 0xCFF890) is known color: Reef. HEX triplet: CF, F8 and 90. RGB value is (207,248,144). Sum of RGB (Red+Green+Blue) = 207+248+144=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF890 is #30076F. Grayscale: #E0E0E0. Windows color (decimal): -3147632 or 9500879. OLE color: 9500879.
HSL color Cylindrical-coordinate representation of color #CFF890: hue angle of 83.65º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFF890 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 144 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.03 |
| HSL | 83.65º | 0.88% | 0.77% | - |
| HSV(B) | 83.65º | 0.42% | 0.97% | - |
| XYZ | 64.33 | 82.41 | 38.9 | - |
| YUV | 223.89 | 82.92 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 144 | 0.17 | 0 | 0.42 | 0.03 | 83.65 | 0.88 | 0.77 |
| Hex | CF | F8 | 90 | 11 | 0 | 2A | 3 | 54 | 58 | 4D |
| Octal | 317 | 370 | 220 | 21 | 0 | 52 | 3 | 124 | 130 | 115 |
| Binary | 11001111 | 11111000 | 10010000 | 10001 | 0 | 101010 | 11 | 1010100 | 1011000 | 1001101 |
Color Harmonies of #CFF890
Complementary color
Monochromatic Colors of #CFF890
Black with #CFF890
Text Example
Text Example
White with #CFF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF890; }
p { color: rgb(207,248,144); }
H1.HeaderClassName
{
color: #CFF890;
}
.AnyTagClassName
{
color: #CFF890;
}
</style>
background-color css
<style>
a { background-color: #CFF890; }
a { background-color: rgb(207,248,144); }
div.DivClassName
{
background-color: #CFF890;
}
.BgClassName
{
background-color: #CFF890;
}
</style>
border-color css
<style>
span { border-color: #CFF890; }
span { border-color: rgb(207,248,144); }
td.TdClassName
{
border-color: #CFF890;
}
.TagClassName
{
border-color: #CFF890;
}
</style>