Shades of Reef #CFF494
Tints of Reef #CFF494
RGB
CMYK
RGB Variations
Color information
#CFF494 (or 0xCFF494) is known color: Reef. HEX triplet: CF, F4 and 94. RGB value is (207,244,148). Sum of RGB (Red+Green+Blue) = 207+244+148=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF494 is #300B6B. Grayscale: #DEDEDE. Windows color (decimal): -3148652 or 9761999. OLE color: 9761999.
HSL color Cylindrical-coordinate representation of color #CFF494: hue angle of 83.13º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF494 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 148 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.04 |
| HSL | 83.13º | 0.81% | 0.77% | - |
| HSV(B) | 83.13º | 0.39% | 0.96% | - |
| XYZ | 63.43 | 80.1 | 40.14 | - |
| YUV | 221.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 148 | 0.15 | 0 | 0.39 | 0.04 | 83.13 | 0.81 | 0.77 |
| Hex | CF | F4 | 94 | F | 0 | 27 | 4 | 53 | 51 | 4D |
| Octal | 317 | 364 | 224 | 17 | 0 | 47 | 4 | 123 | 121 | 115 |
| Binary | 11001111 | 11110100 | 10010100 | 1111 | 0 | 100111 | 100 | 1010011 | 1010001 | 1001101 |
Color Harmonies of #CFF494
Complementary color
Monochromatic Colors of #CFF494
Black with #CFF494
Text Example
Text Example
White with #CFF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF494; }
p { color: rgb(207,244,148); }
H1.HeaderClassName
{
color: #CFF494;
}
.AnyTagClassName
{
color: #CFF494;
}
</style>
background-color css
<style>
a { background-color: #CFF494; }
a { background-color: rgb(207,244,148); }
div.DivClassName
{
background-color: #CFF494;
}
.BgClassName
{
background-color: #CFF494;
}
</style>
border-color css
<style>
span { border-color: #CFF494; }
span { border-color: rgb(207,244,148); }
td.TdClassName
{
border-color: #CFF494;
}
.TagClassName
{
border-color: #CFF494;
}
</style>