Shades of Reef #CFFC8E
Tints of Reef #CFFC8E
RGB
CMYK
RGB Variations
Color information
#CFFC8E (or 0xCFFC8E) is known color: Reef. HEX triplet: CF, FC and 8E. RGB value is (207,252,142). Sum of RGB (Red+Green+Blue) = 207+252+142=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC8E is #300371. Grayscale: #E2E2E2. Windows color (decimal): -3146610 or 9370831. OLE color: 9370831.
HSL color Cylindrical-coordinate representation of color #CFFC8E: hue angle of 84.55º degrees, saturation: 0.95, 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 #CFFC8E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 142 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.01 |
| HSL | 84.55º | 0.95% | 0.77% | - |
| HSV(B) | 84.55º | 0.44% | 0.99% | - |
| XYZ | 65.43 | 84.84 | 38.52 | - |
| YUV | 226.01 | 80.59 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 142 | 0.18 | 0 | 0.44 | 0.01 | 84.55 | 0.95 | 0.77 |
| Hex | CF | FC | 8E | 12 | 0 | 2C | 1 | 55 | 5F | 4D |
| Octal | 317 | 374 | 216 | 22 | 0 | 54 | 1 | 125 | 137 | 115 |
| Binary | 11001111 | 11111100 | 10001110 | 10010 | 0 | 101100 | 1 | 1010101 | 1011111 | 1001101 |
Color Harmonies of #CFFC8E
Complementary color
Monochromatic Colors of #CFFC8E
Black with #CFFC8E
Text Example
Text Example
White with #CFFC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC8E; }
p { color: rgb(207,252,142); }
H1.HeaderClassName
{
color: #CFFC8E;
}
.AnyTagClassName
{
color: #CFFC8E;
}
</style>
background-color css
<style>
a { background-color: #CFFC8E; }
a { background-color: rgb(207,252,142); }
div.DivClassName
{
background-color: #CFFC8E;
}
.BgClassName
{
background-color: #CFFC8E;
}
</style>
border-color css
<style>
span { border-color: #CFFC8E; }
span { border-color: rgb(207,252,142); }
td.TdClassName
{
border-color: #CFFC8E;
}
.TagClassName
{
border-color: #CFFC8E;
}
</style>