Shades of Reef #CFFF8F
Tints of Reef #CFFF8F
RGB
CMYK
RGB Variations
Color information
#CFFF8F (or 0xCFFF8F) is known color: Reef. HEX triplet: CF, FF and 8F. RGB value is (207,255,143). Sum of RGB (Red+Green+Blue) = 207+255+143=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF8F is #300070. Grayscale: #E4E4E4. Windows color (decimal): -3145841 or 9437135. OLE color: 9437135.
HSL color Cylindrical-coordinate representation of color #CFFF8F: hue angle of 85.71º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFFF8F is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 143 | - |
| CMYK | 0.19 | 0 | 0.44 | 0 |
| HSL | 85.71º | 1% | 0.78% | - |
| HSV(B) | 85.71º | 0.44% | 1% | - |
| XYZ | 66.45 | 86.77 | 39.23 | - |
| YUV | 227.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 143 | 0.19 | 0 | 0.44 | 0 | 85.71 | 1 | 0.78 |
| Hex | CF | FF | 8F | 13 | 0 | 2C | 0 | 56 | 64 | 4E |
| Octal | 317 | 377 | 217 | 23 | 0 | 54 | 0 | 126 | 144 | 116 |
| Binary | 11001111 | 11111111 | 10001111 | 10011 | 0 | 101100 | 0 | 1010110 | 1100100 | 1001110 |
Color Harmonies of #CFFF8F
Complementary color
Monochromatic Colors of #CFFF8F
Black with #CFFF8F
Text Example
Text Example
White with #CFFF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF8F; }
p { color: rgb(207,255,143); }
H1.HeaderClassName
{
color: #CFFF8F;
}
.AnyTagClassName
{
color: #CFFF8F;
}
</style>
background-color css
<style>
a { background-color: #CFFF8F; }
a { background-color: rgb(207,255,143); }
div.DivClassName
{
background-color: #CFFF8F;
}
.BgClassName
{
background-color: #CFFF8F;
}
</style>
border-color css
<style>
span { border-color: #CFFF8F; }
span { border-color: rgb(207,255,143); }
td.TdClassName
{
border-color: #CFFF8F;
}
.TagClassName
{
border-color: #CFFF8F;
}
</style>