Shades of Reef #CFF095
Tints of Reef #CFF095
RGB
CMYK
RGB Variations
Color information
#CFF095 (or 0xCFF095) is known color: Reef. HEX triplet: CF, F0 and 95. RGB value is (207,240,149). Sum of RGB (Red+Green+Blue) = 207+240+149=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF095 is #300F6A. Grayscale: #DCDCDC. Windows color (decimal): -3149675 or 9826511. OLE color: 9826511.
HSL color Cylindrical-coordinate representation of color #CFF095: hue angle of 81.76º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF095 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 149 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.06 |
| HSL | 81.76º | 0.75% | 0.76% | - |
| HSV(B) | 81.76º | 0.38% | 0.94% | - |
| XYZ | 62.32 | 77.76 | 40.16 | - |
| YUV | 219.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 149 | 0.14 | 0 | 0.38 | 0.06 | 81.76 | 0.75 | 0.76 |
| Hex | CF | F0 | 95 | E | 0 | 26 | 6 | 52 | 4B | 4C |
| Octal | 317 | 360 | 225 | 16 | 0 | 46 | 6 | 122 | 113 | 114 |
| Binary | 11001111 | 11110000 | 10010101 | 1110 | 0 | 100110 | 110 | 1010010 | 1001011 | 1001100 |
Color Harmonies of #CFF095
Complementary color
Monochromatic Colors of #CFF095
Black with #CFF095
Text Example
Text Example
White with #CFF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF095; }
p { color: rgb(207,240,149); }
H1.HeaderClassName
{
color: #CFF095;
}
.AnyTagClassName
{
color: #CFF095;
}
</style>
background-color css
<style>
a { background-color: #CFF095; }
a { background-color: rgb(207,240,149); }
div.DivClassName
{
background-color: #CFF095;
}
.BgClassName
{
background-color: #CFF095;
}
</style>
border-color css
<style>
span { border-color: #CFF095; }
span { border-color: rgb(207,240,149); }
td.TdClassName
{
border-color: #CFF095;
}
.TagClassName
{
border-color: #CFF095;
}
</style>