Shades of Reef #CFE19E
Tints of Reef #CFE19E
RGB
CMYK
RGB Variations
Color information
#CFE19E (or 0xCFE19E) is known color: Reef. HEX triplet: CF, E1 and 9E. RGB value is (207,225,158). Sum of RGB (Red+Green+Blue) = 207+225+158=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE19E is #301E61. Grayscale: #D4D4D4. Windows color (decimal): -3153506 or 10412495. OLE color: 10412495.
HSL color Cylindrical-coordinate representation of color #CFE19E: hue angle of 76.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE19E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 158 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.12 |
| HSL | 76.12º | 0.53% | 0.75% | - |
| HSV(B) | 76.12º | 0.3% | 0.88% | - |
| XYZ | 58.83 | 69.58 | 42.68 | - |
| YUV | 211.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 158 | 0.08 | 0 | 0.30 | 0.12 | 76.12 | 0.53 | 0.75 |
| Hex | CF | E1 | 9E | 8 | 0 | 1E | C | 4C | 35 | 4B |
| Octal | 317 | 341 | 236 | 10 | 0 | 36 | 14 | 114 | 65 | 113 |
| Binary | 11001111 | 11100001 | 10011110 | 1000 | 0 | 11110 | 1100 | 1001100 | 110101 | 1001011 |
Color Harmonies of #CFE19E
Complementary color
Monochromatic Colors of #CFE19E
Black with #CFE19E
Text Example
Text Example
White with #CFE19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE19E; }
p { color: rgb(207,225,158); }
H1.HeaderClassName
{
color: #CFE19E;
}
.AnyTagClassName
{
color: #CFE19E;
}
</style>
background-color css
<style>
a { background-color: #CFE19E; }
a { background-color: rgb(207,225,158); }
div.DivClassName
{
background-color: #CFE19E;
}
.BgClassName
{
background-color: #CFE19E;
}
</style>
border-color css
<style>
span { border-color: #CFE19E; }
span { border-color: rgb(207,225,158); }
td.TdClassName
{
border-color: #CFE19E;
}
.TagClassName
{
border-color: #CFE19E;
}
</style>