Shades of Reef #CFFF8D
Tints of Reef #CFFF8D
RGB
CMYK
RGB Variations
Color information
#CFFF8D (or 0xCFFF8D) is known color: Reef. HEX triplet: CF, FF and 8D. RGB value is (207,255,141). Sum of RGB (Red+Green+Blue) = 207+255+141=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF8D is #300072. Grayscale: #E4E4E4. Windows color (decimal): -3145843 or 9306063. OLE color: 9306063.
HSL color Cylindrical-coordinate representation of color #CFFF8D: hue angle of 85.26º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFFF8D is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 141 | - |
| CMYK | 0.19 | 0 | 0.45 | 0 |
| HSL | 85.26º | 1% | 0.78% | - |
| HSV(B) | 85.26º | 0.45% | 1% | - |
| XYZ | 66.3 | 86.71 | 38.44 | - |
| YUV | 227.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 141 | 0.19 | 0 | 0.45 | 0 | 85.26 | 1 | 0.78 |
| Hex | CF | FF | 8D | 13 | 0 | 2D | 0 | 55 | 64 | 4E |
| Octal | 317 | 377 | 215 | 23 | 0 | 55 | 0 | 125 | 144 | 116 |
| Binary | 11001111 | 11111111 | 10001101 | 10011 | 0 | 101101 | 0 | 1010101 | 1100100 | 1001110 |
Color Harmonies of #CFFF8D
Complementary color
Monochromatic Colors of #CFFF8D
Black with #CFFF8D
Text Example
Text Example
White with #CFFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF8D; }
p { color: rgb(207,255,141); }
H1.HeaderClassName
{
color: #CFFF8D;
}
.AnyTagClassName
{
color: #CFFF8D;
}
</style>
background-color css
<style>
a { background-color: #CFFF8D; }
a { background-color: rgb(207,255,141); }
div.DivClassName
{
background-color: #CFFF8D;
}
.BgClassName
{
background-color: #CFFF8D;
}
</style>
border-color css
<style>
span { border-color: #CFFF8D; }
span { border-color: rgb(207,255,141); }
td.TdClassName
{
border-color: #CFFF8D;
}
.TagClassName
{
border-color: #CFFF8D;
}
</style>