Shades of Reef #CFF991
Tints of Reef #CFF991
RGB
CMYK
RGB Variations
Color information
#CFF991 (or 0xCFF991) is known color: Reef. HEX triplet: CF, F9 and 91. RGB value is (207,249,145). Sum of RGB (Red+Green+Blue) = 207+249+145=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF991 is #30066E. Grayscale: #E0E0E0. Windows color (decimal): -3147375 or 9566671. OLE color: 9566671.
HSL color Cylindrical-coordinate representation of color #CFF991: hue angle of 84.23º degrees, saturation: 0.9, 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 #CFF991 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 145 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.02 |
| HSL | 84.23º | 0.9% | 0.77% | - |
| HSV(B) | 84.23º | 0.42% | 0.98% | - |
| XYZ | 64.72 | 83.06 | 39.41 | - |
| YUV | 224.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 145 | 0.17 | 0 | 0.42 | 0.02 | 84.23 | 0.9 | 0.77 |
| Hex | CF | F9 | 91 | 11 | 0 | 2A | 2 | 54 | 5A | 4D |
| Octal | 317 | 371 | 221 | 21 | 0 | 52 | 2 | 124 | 132 | 115 |
| Binary | 11001111 | 11111001 | 10010001 | 10001 | 0 | 101010 | 10 | 1010100 | 1011010 | 1001101 |
Color Harmonies of #CFF991
Complementary color
Monochromatic Colors of #CFF991
Black with #CFF991
Text Example
Text Example
White with #CFF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF991; }
p { color: rgb(207,249,145); }
H1.HeaderClassName
{
color: #CFF991;
}
.AnyTagClassName
{
color: #CFF991;
}
</style>
background-color css
<style>
a { background-color: #CFF991; }
a { background-color: rgb(207,249,145); }
div.DivClassName
{
background-color: #CFF991;
}
.BgClassName
{
background-color: #CFF991;
}
</style>
border-color css
<style>
span { border-color: #CFF991; }
span { border-color: rgb(207,249,145); }
td.TdClassName
{
border-color: #CFF991;
}
.TagClassName
{
border-color: #CFF991;
}
</style>