Shades of Reef #CFE89D
Tints of Reef #CFE89D
RGB
CMYK
RGB Variations
Color information
#CFE89D (or 0xCFE89D) is known color: Reef. HEX triplet: CF, E8 and 9D. RGB value is (207,232,157). Sum of RGB (Red+Green+Blue) = 207+232+157=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE89D is #301762. Grayscale: #D8D8D8. Windows color (decimal): -3151715 or 10348751. OLE color: 10348751.
HSL color Cylindrical-coordinate representation of color #CFE89D: hue angle of 80º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFE89D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 157 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.09 |
| HSL | 80º | 0.62% | 0.76% | - |
| HSV(B) | 80º | 0.32% | 0.91% | - |
| XYZ | 60.67 | 73.41 | 42.87 | - |
| YUV | 215.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 157 | 0.11 | 0 | 0.32 | 0.09 | 80 | 0.62 | 0.76 |
| Hex | CF | E8 | 9D | B | 0 | 20 | 9 | 50 | 3E | 4C |
| Octal | 317 | 350 | 235 | 13 | 0 | 40 | 11 | 120 | 76 | 114 |
| Binary | 11001111 | 11101000 | 10011101 | 1011 | 0 | 100000 | 1001 | 1010000 | 111110 | 1001100 |
Color Harmonies of #CFE89D
Complementary color
Monochromatic Colors of #CFE89D
Black with #CFE89D
Text Example
Text Example
White with #CFE89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE89D; }
p { color: rgb(207,232,157); }
H1.HeaderClassName
{
color: #CFE89D;
}
.AnyTagClassName
{
color: #CFE89D;
}
</style>
background-color css
<style>
a { background-color: #CFE89D; }
a { background-color: rgb(207,232,157); }
div.DivClassName
{
background-color: #CFE89D;
}
.BgClassName
{
background-color: #CFE89D;
}
</style>
border-color css
<style>
span { border-color: #CFE89D; }
span { border-color: rgb(207,232,157); }
td.TdClassName
{
border-color: #CFE89D;
}
.TagClassName
{
border-color: #CFE89D;
}
</style>