Shades of Reef #CFFE8D
Tints of Reef #CFFE8D
RGB
CMYK
RGB Variations
Color information
#CFFE8D (or 0xCFFE8D) is known color: Reef. HEX triplet: CF, FE and 8D. RGB value is (207,254,141). Sum of RGB (Red+Green+Blue) = 207+254+141=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE8D is #300172. Grayscale: #E3E3E3. Windows color (decimal): -3146099 or 9305807. OLE color: 9305807.
HSL color Cylindrical-coordinate representation of color #CFFE8D: hue angle of 84.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFFE8D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 141 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.00 |
| HSL | 84.96º | 0.98% | 0.77% | - |
| HSV(B) | 84.96º | 0.44% | 1% | - |
| XYZ | 65.98 | 86.07 | 38.34 | - |
| YUV | 227.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 141 | 0.19 | 0 | 0.44 | 0.00 | 84.96 | 0.98 | 0.77 |
| Hex | CF | FE | 8D | 13 | 0 | 2C | 0 | 55 | 62 | 4D |
| Octal | 317 | 376 | 215 | 23 | 0 | 54 | 0 | 125 | 142 | 115 |
| Binary | 11001111 | 11111110 | 10001101 | 10011 | 0 | 101100 | 0 | 1010101 | 1100010 | 1001101 |
Color Harmonies of #CFFE8D
Complementary color
Monochromatic Colors of #CFFE8D
Black with #CFFE8D
Text Example
Text Example
White with #CFFE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE8D; }
p { color: rgb(207,254,141); }
H1.HeaderClassName
{
color: #CFFE8D;
}
.AnyTagClassName
{
color: #CFFE8D;
}
</style>
background-color css
<style>
a { background-color: #CFFE8D; }
a { background-color: rgb(207,254,141); }
div.DivClassName
{
background-color: #CFFE8D;
}
.BgClassName
{
background-color: #CFFE8D;
}
</style>
border-color css
<style>
span { border-color: #CFFE8D; }
span { border-color: rgb(207,254,141); }
td.TdClassName
{
border-color: #CFFE8D;
}
.TagClassName
{
border-color: #CFFE8D;
}
</style>