Shades of Reef #CFF19F
Tints of Reef #CFF19F
RGB
CMYK
RGB Variations
Color information
#CFF19F (or 0xCFF19F) is known color: Reef. HEX triplet: CF, F1 and 9F. RGB value is (207,241,159). Sum of RGB (Red+Green+Blue) = 207+241+159=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF19F is #300E60. Grayscale: #DDDDDD. Windows color (decimal): -3149409 or 10482127. OLE color: 10482127.
HSL color Cylindrical-coordinate representation of color #CFF19F: hue angle of 84.88º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFF19F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 159 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.05 |
| HSL | 84.88º | 0.75% | 0.78% | - |
| HSV(B) | 84.88º | 0.34% | 0.95% | - |
| XYZ | 63.45 | 78.68 | 44.64 | - |
| YUV | 221.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 159 | 0.14 | 0 | 0.34 | 0.05 | 84.88 | 0.75 | 0.78 |
| Hex | CF | F1 | 9F | E | 0 | 22 | 5 | 55 | 4B | 4E |
| Octal | 317 | 361 | 237 | 16 | 0 | 42 | 5 | 125 | 113 | 116 |
| Binary | 11001111 | 11110001 | 10011111 | 1110 | 0 | 100010 | 101 | 1010101 | 1001011 | 1001110 |
Color Harmonies of #CFF19F
Complementary color
Monochromatic Colors of #CFF19F
Black with #CFF19F
Text Example
Text Example
White with #CFF19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF19F; }
p { color: rgb(207,241,159); }
H1.HeaderClassName
{
color: #CFF19F;
}
.AnyTagClassName
{
color: #CFF19F;
}
</style>
background-color css
<style>
a { background-color: #CFF19F; }
a { background-color: rgb(207,241,159); }
div.DivClassName
{
background-color: #CFF19F;
}
.BgClassName
{
background-color: #CFF19F;
}
</style>
border-color css
<style>
span { border-color: #CFF19F; }
span { border-color: rgb(207,241,159); }
td.TdClassName
{
border-color: #CFF19F;
}
.TagClassName
{
border-color: #CFF19F;
}
</style>