Shades of Reef #CFE19F
Tints of Reef #CFE19F
RGB
CMYK
RGB Variations
Color information
#CFE19F (or 0xCFE19F) is known color: Reef. HEX triplet: CF, E1 and 9F. RGB value is (207,225,159). Sum of RGB (Red+Green+Blue) = 207+225+159=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19F is #301E60. Grayscale: #D4D4D4. Windows color (decimal): -3153505 or 10478031. OLE color: 10478031.
HSL color Cylindrical-coordinate representation of color #CFE19F: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE19F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 159 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.12 |
| HSL | 76.36º | 0.52% | 0.75% | - |
| HSV(B) | 76.36º | 0.29% | 0.88% | - |
| XYZ | 58.92 | 69.62 | 43.13 | - |
| YUV | 212.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 159 | 0.08 | 0 | 0.29 | 0.12 | 76.36 | 0.52 | 0.75 |
| Hex | CF | E1 | 9F | 8 | 0 | 1D | C | 4C | 34 | 4B |
| Octal | 317 | 341 | 237 | 10 | 0 | 35 | 14 | 114 | 64 | 113 |
| Binary | 11001111 | 11100001 | 10011111 | 1000 | 0 | 11101 | 1100 | 1001100 | 110100 | 1001011 |
Color Harmonies of #CFE19F
Complementary color
Monochromatic Colors of #CFE19F
Black with #CFE19F
Text Example
Text Example
White with #CFE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE19F; }
p { color: rgb(207,225,159); }
H1.HeaderClassName
{
color: #CFE19F;
}
.AnyTagClassName
{
color: #CFE19F;
}
</style>
background-color css
<style>
a { background-color: #CFE19F; }
a { background-color: rgb(207,225,159); }
div.DivClassName
{
background-color: #CFE19F;
}
.BgClassName
{
background-color: #CFE19F;
}
</style>
border-color css
<style>
span { border-color: #CFE19F; }
span { border-color: rgb(207,225,159); }
td.TdClassName
{
border-color: #CFE19F;
}
.TagClassName
{
border-color: #CFE19F;
}
</style>