Shades of Reef #CFFD8D
Tints of Reef #CFFD8D
RGB
CMYK
RGB Variations
Color information
#CFFD8D (or 0xCFFD8D) is known color: Reef. HEX triplet: CF, FD and 8D. RGB value is (207,253,141). Sum of RGB (Red+Green+Blue) = 207+253+141=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFD8D is #300272. Grayscale: #E2E2E2. Windows color (decimal): -3146355 or 9305551. OLE color: 9305551.
HSL color Cylindrical-coordinate representation of color #CFFD8D: hue angle of 84.64º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFFD8D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 141 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.01 |
| HSL | 84.64º | 0.97% | 0.77% | - |
| HSV(B) | 84.64º | 0.44% | 0.99% | - |
| XYZ | 65.67 | 85.44 | 38.23 | - |
| YUV | 226.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 141 | 0.18 | 0 | 0.44 | 0.01 | 84.64 | 0.97 | 0.77 |
| Hex | CF | FD | 8D | 12 | 0 | 2C | 1 | 55 | 61 | 4D |
| Octal | 317 | 375 | 215 | 22 | 0 | 54 | 1 | 125 | 141 | 115 |
| Binary | 11001111 | 11111101 | 10001101 | 10010 | 0 | 101100 | 1 | 1010101 | 1100001 | 1001101 |
Color Harmonies of #CFFD8D
Complementary color
Monochromatic Colors of #CFFD8D
Black with #CFFD8D
Text Example
Text Example
White with #CFFD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD8D; }
p { color: rgb(207,253,141); }
H1.HeaderClassName
{
color: #CFFD8D;
}
.AnyTagClassName
{
color: #CFFD8D;
}
</style>
background-color css
<style>
a { background-color: #CFFD8D; }
a { background-color: rgb(207,253,141); }
div.DivClassName
{
background-color: #CFFD8D;
}
.BgClassName
{
background-color: #CFFD8D;
}
</style>
border-color css
<style>
span { border-color: #CFFD8D; }
span { border-color: rgb(207,253,141); }
td.TdClassName
{
border-color: #CFFD8D;
}
.TagClassName
{
border-color: #CFFD8D;
}
</style>