Shades of Reef #CFFD91
Tints of Reef #CFFD91
RGB
CMYK
RGB Variations
Color information
#CFFD91 (or 0xCFFD91) is known color: Reef. HEX triplet: CF, FD and 91. RGB value is (207,253,145). Sum of RGB (Red+Green+Blue) = 207+253+145=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFD91 is #30026E. Grayscale: #E3E3E3. Windows color (decimal): -3146351 or 9567695. OLE color: 9567695.
HSL color Cylindrical-coordinate representation of color #CFFD91: hue angle of 85.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFFD91 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 145 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.01 |
| HSL | 85.56º | 0.96% | 0.78% | - |
| HSV(B) | 85.56º | 0.43% | 0.99% | - |
| XYZ | 65.97 | 85.56 | 39.83 | - |
| YUV | 226.93 | 81.76 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 145 | 0.18 | 0 | 0.43 | 0.01 | 85.56 | 0.96 | 0.78 |
| Hex | CF | FD | 91 | 12 | 0 | 2B | 1 | 56 | 60 | 4E |
| Octal | 317 | 375 | 221 | 22 | 0 | 53 | 1 | 126 | 140 | 116 |
| Binary | 11001111 | 11111101 | 10010001 | 10010 | 0 | 101011 | 1 | 1010110 | 1100000 | 1001110 |
Color Harmonies of #CFFD91
Complementary color
Monochromatic Colors of #CFFD91
Black with #CFFD91
Text Example
Text Example
White with #CFFD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD91; }
p { color: rgb(207,253,145); }
H1.HeaderClassName
{
color: #CFFD91;
}
.AnyTagClassName
{
color: #CFFD91;
}
</style>
background-color css
<style>
a { background-color: #CFFD91; }
a { background-color: rgb(207,253,145); }
div.DivClassName
{
background-color: #CFFD91;
}
.BgClassName
{
background-color: #CFFD91;
}
</style>
border-color css
<style>
span { border-color: #CFFD91; }
span { border-color: rgb(207,253,145); }
td.TdClassName
{
border-color: #CFFD91;
}
.TagClassName
{
border-color: #CFFD91;
}
</style>