Shades of Reef #CFE09E
Tints of Reef #CFE09E
RGB
CMYK
RGB Variations
Color information
#CFE09E (or 0xCFE09E) is known color: Reef. HEX triplet: CF, E0 and 9E. RGB value is (207,224,158). Sum of RGB (Red+Green+Blue) = 207+224+158=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE09E is #301F61. Grayscale: #D3D3D3. Windows color (decimal): -3153762 or 10412239. OLE color: 10412239.
HSL color Cylindrical-coordinate representation of color #CFE09E: hue angle of 75.45º 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 #CFE09E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 158 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.12 |
| HSL | 75.45º | 0.52% | 0.75% | - |
| HSV(B) | 75.45º | 0.29% | 0.88% | - |
| XYZ | 58.56 | 69.05 | 42.59 | - |
| YUV | 211.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 158 | 0.08 | 0 | 0.29 | 0.12 | 75.45 | 0.52 | 0.75 |
| Hex | CF | E0 | 9E | 8 | 0 | 1D | C | 4B | 34 | 4B |
| Octal | 317 | 340 | 236 | 10 | 0 | 35 | 14 | 113 | 64 | 113 |
| Binary | 11001111 | 11100000 | 10011110 | 1000 | 0 | 11101 | 1100 | 1001011 | 110100 | 1001011 |
Color Harmonies of #CFE09E
Complementary color
Monochromatic Colors of #CFE09E
Black with #CFE09E
Text Example
Text Example
White with #CFE09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE09E; }
p { color: rgb(207,224,158); }
H1.HeaderClassName
{
color: #CFE09E;
}
.AnyTagClassName
{
color: #CFE09E;
}
</style>
background-color css
<style>
a { background-color: #CFE09E; }
a { background-color: rgb(207,224,158); }
div.DivClassName
{
background-color: #CFE09E;
}
.BgClassName
{
background-color: #CFE09E;
}
</style>
border-color css
<style>
span { border-color: #CFE09E; }
span { border-color: rgb(207,224,158); }
td.TdClassName
{
border-color: #CFE09E;
}
.TagClassName
{
border-color: #CFE09E;
}
</style>