Shades of Reef #CFFF94
Tints of Reef #CFFF94
RGB
CMYK
RGB Variations
Color information
#CFFF94 (or 0xCFFF94) is known color: Reef. HEX triplet: CF, FF and 94. RGB value is (207,255,148). Sum of RGB (Red+Green+Blue) = 207+255+148=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF94 is #30006B. Grayscale: #E4E4E4. Windows color (decimal): -3145836 or 9764815. OLE color: 9764815.
HSL color Cylindrical-coordinate representation of color #CFFF94: hue angle of 86.92º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFFF94 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 148 | - |
| CMYK | 0.19 | 0 | 0.42 | 0 |
| HSL | 86.92º | 1% | 0.79% | - |
| HSV(B) | 86.92º | 0.42% | 1% | - |
| XYZ | 66.84 | 86.92 | 41.27 | - |
| YUV | 228.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 148 | 0.19 | 0 | 0.42 | 0 | 86.92 | 1 | 0.79 |
| Hex | CF | FF | 94 | 13 | 0 | 2A | 0 | 57 | 64 | 4F |
| Octal | 317 | 377 | 224 | 23 | 0 | 52 | 0 | 127 | 144 | 117 |
| Binary | 11001111 | 11111111 | 10010100 | 10011 | 0 | 101010 | 0 | 1010111 | 1100100 | 1001111 |
Color Harmonies of #CFFF94
Complementary color
Monochromatic Colors of #CFFF94
Black with #CFFF94
Text Example
Text Example
White with #CFFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF94; }
p { color: rgb(207,255,148); }
H1.HeaderClassName
{
color: #CFFF94;
}
.AnyTagClassName
{
color: #CFFF94;
}
</style>
background-color css
<style>
a { background-color: #CFFF94; }
a { background-color: rgb(207,255,148); }
div.DivClassName
{
background-color: #CFFF94;
}
.BgClassName
{
background-color: #CFFF94;
}
</style>
border-color css
<style>
span { border-color: #CFFF94; }
span { border-color: rgb(207,255,148); }
td.TdClassName
{
border-color: #CFFF94;
}
.TagClassName
{
border-color: #CFFF94;
}
</style>