Shades of Reef #CFF794
Tints of Reef #CFF794
RGB
CMYK
RGB Variations
Color information
#CFF794 (or 0xCFF794) is known color: Reef. HEX triplet: CF, F7 and 94. RGB value is (207,247,148). Sum of RGB (Red+Green+Blue) = 207+247+148=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 247 (96.88% from 255 or 41.03% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF794 is #30086B. Grayscale: #E0E0E0. Windows color (decimal): -3147884 or 9762767. OLE color: 9762767.
HSL color Cylindrical-coordinate representation of color #CFF794: hue angle of 84.24º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFF794 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 148 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.03 |
| HSL | 84.24º | 0.86% | 0.77% | - |
| HSV(B) | 84.24º | 0.4% | 0.97% | - |
| XYZ | 64.34 | 81.93 | 40.44 | - |
| YUV | 223.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 148 | 0.16 | 0 | 0.40 | 0.03 | 84.24 | 0.86 | 0.77 |
| Hex | CF | F7 | 94 | 10 | 0 | 28 | 3 | 54 | 56 | 4D |
| Octal | 317 | 367 | 224 | 20 | 0 | 50 | 3 | 124 | 126 | 115 |
| Binary | 11001111 | 11110111 | 10010100 | 10000 | 0 | 101000 | 11 | 1010100 | 1010110 | 1001101 |
Color Harmonies of #CFF794
Complementary color
Monochromatic Colors of #CFF794
Black with #CFF794
Text Example
Text Example
White with #CFF794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF794; }
p { color: rgb(207,247,148); }
H1.HeaderClassName
{
color: #CFF794;
}
.AnyTagClassName
{
color: #CFF794;
}
</style>
background-color css
<style>
a { background-color: #CFF794; }
a { background-color: rgb(207,247,148); }
div.DivClassName
{
background-color: #CFF794;
}
.BgClassName
{
background-color: #CFF794;
}
</style>
border-color css
<style>
span { border-color: #CFF794; }
span { border-color: rgb(207,247,148); }
td.TdClassName
{
border-color: #CFF794;
}
.TagClassName
{
border-color: #CFF794;
}
</style>