Shades of Reef #CFF294
Tints of Reef #CFF294
RGB
CMYK
RGB Variations
Color information
#CFF294 (or 0xCFF294) is known color: Reef. HEX triplet: CF, F2 and 94. RGB value is (207,242,148). Sum of RGB (Red+Green+Blue) = 207+242+148=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF294 is #300D6B. Grayscale: #DDDDDD. Windows color (decimal): -3149164 or 9761487. OLE color: 9761487.
HSL color Cylindrical-coordinate representation of color #CFF294: hue angle of 82.34º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF294 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 148 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.05 |
| HSL | 82.34º | 0.78% | 0.76% | - |
| HSV(B) | 82.34º | 0.39% | 0.95% | - |
| XYZ | 62.83 | 78.91 | 39.94 | - |
| YUV | 220.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 148 | 0.14 | 0 | 0.39 | 0.05 | 82.34 | 0.78 | 0.76 |
| Hex | CF | F2 | 94 | E | 0 | 27 | 5 | 52 | 4E | 4C |
| Octal | 317 | 362 | 224 | 16 | 0 | 47 | 5 | 122 | 116 | 114 |
| Binary | 11001111 | 11110010 | 10010100 | 1110 | 0 | 100111 | 101 | 1010010 | 1001110 | 1001100 |
Color Harmonies of #CFF294
Complementary color
Monochromatic Colors of #CFF294
Black with #CFF294
Text Example
Text Example
White with #CFF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF294; }
p { color: rgb(207,242,148); }
H1.HeaderClassName
{
color: #CFF294;
}
.AnyTagClassName
{
color: #CFF294;
}
</style>
background-color css
<style>
a { background-color: #CFF294; }
a { background-color: rgb(207,242,148); }
div.DivClassName
{
background-color: #CFF294;
}
.BgClassName
{
background-color: #CFF294;
}
</style>
border-color css
<style>
span { border-color: #CFF294; }
span { border-color: rgb(207,242,148); }
td.TdClassName
{
border-color: #CFF294;
}
.TagClassName
{
border-color: #CFF294;
}
</style>