Shades of Reef #CFFE91
Tints of Reef #CFFE91
RGB
CMYK
RGB Variations
Color information
#CFFE91 (or 0xCFFE91) is known color: Reef. HEX triplet: CF, FE and 91. RGB value is (207,254,145). Sum of RGB (Red+Green+Blue) = 207+254+145=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFE91 is #30016E. Grayscale: #E3E3E3. Windows color (decimal): -3146095 or 9567951. OLE color: 9567951.
HSL color Cylindrical-coordinate representation of color #CFFE91: hue angle of 85.87º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFFE91 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 145 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.00 |
| HSL | 85.87º | 0.98% | 0.78% | - |
| HSV(B) | 85.87º | 0.43% | 1% | - |
| XYZ | 66.28 | 86.19 | 39.93 | - |
| YUV | 227.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 145 | 0.19 | 0 | 0.43 | 0.00 | 85.87 | 0.98 | 0.78 |
| Hex | CF | FE | 91 | 13 | 0 | 2B | 0 | 56 | 62 | 4E |
| Octal | 317 | 376 | 221 | 23 | 0 | 53 | 0 | 126 | 142 | 116 |
| Binary | 11001111 | 11111110 | 10010001 | 10011 | 0 | 101011 | 0 | 1010110 | 1100010 | 1001110 |
Color Harmonies of #CFFE91
Complementary color
Monochromatic Colors of #CFFE91
Black with #CFFE91
Text Example
Text Example
White with #CFFE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE91; }
p { color: rgb(207,254,145); }
H1.HeaderClassName
{
color: #CFFE91;
}
.AnyTagClassName
{
color: #CFFE91;
}
</style>
background-color css
<style>
a { background-color: #CFFE91; }
a { background-color: rgb(207,254,145); }
div.DivClassName
{
background-color: #CFFE91;
}
.BgClassName
{
background-color: #CFFE91;
}
</style>
border-color css
<style>
span { border-color: #CFFE91; }
span { border-color: rgb(207,254,145); }
td.TdClassName
{
border-color: #CFFE91;
}
.TagClassName
{
border-color: #CFFE91;
}
</style>