Shades of Reef #CFFA91
Tints of Reef #CFFA91
RGB
CMYK
RGB Variations
Color information
#CFFA91 (or 0xCFFA91) is known color: Reef. HEX triplet: CF, FA and 91. RGB value is (207,250,145). Sum of RGB (Red+Green+Blue) = 207+250+145=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA91 is #30056E. Grayscale: #E1E1E1. Windows color (decimal): -3147119 or 9566927. OLE color: 9566927.
HSL color Cylindrical-coordinate representation of color #CFFA91: hue angle of 84.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFFA91 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 145 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.02 |
| HSL | 84.57º | 0.91% | 0.77% | - |
| HSV(B) | 84.57º | 0.42% | 0.98% | - |
| XYZ | 65.03 | 83.68 | 39.51 | - |
| YUV | 225.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 145 | 0.17 | 0 | 0.42 | 0.02 | 84.57 | 0.91 | 0.77 |
| Hex | CF | FA | 91 | 11 | 0 | 2A | 2 | 55 | 5B | 4D |
| Octal | 317 | 372 | 221 | 21 | 0 | 52 | 2 | 125 | 133 | 115 |
| Binary | 11001111 | 11111010 | 10010001 | 10001 | 0 | 101010 | 10 | 1010101 | 1011011 | 1001101 |
Color Harmonies of #CFFA91
Complementary color
Monochromatic Colors of #CFFA91
Black with #CFFA91
Text Example
Text Example
White with #CFFA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA91; }
p { color: rgb(207,250,145); }
H1.HeaderClassName
{
color: #CFFA91;
}
.AnyTagClassName
{
color: #CFFA91;
}
</style>
background-color css
<style>
a { background-color: #CFFA91; }
a { background-color: rgb(207,250,145); }
div.DivClassName
{
background-color: #CFFA91;
}
.BgClassName
{
background-color: #CFFA91;
}
</style>
border-color css
<style>
span { border-color: #CFFA91; }
span { border-color: rgb(207,250,145); }
td.TdClassName
{
border-color: #CFFA91;
}
.TagClassName
{
border-color: #CFFA91;
}
</style>