Shades of Reef #CFF094
Tints of Reef #CFF094
RGB
CMYK
RGB Variations
Color information
#CFF094 (or 0xCFF094) is known color: Reef. HEX triplet: CF, F0 and 94. RGB value is (207,240,148). Sum of RGB (Red+Green+Blue) = 207+240+148=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF094 is #300F6B. Grayscale: #DBDBDB. Windows color (decimal): -3149676 or 9760975. OLE color: 9760975.
HSL color Cylindrical-coordinate representation of color #CFF094: hue angle of 81.52º 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 #CFF094 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 148 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.06 |
| HSL | 81.52º | 0.75% | 0.76% | - |
| HSV(B) | 81.52º | 0.38% | 0.94% | - |
| XYZ | 62.24 | 77.72 | 39.74 | - |
| YUV | 219.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 148 | 0.14 | 0 | 0.38 | 0.06 | 81.52 | 0.75 | 0.76 |
| Hex | CF | F0 | 94 | E | 0 | 26 | 6 | 52 | 4B | 4C |
| Octal | 317 | 360 | 224 | 16 | 0 | 46 | 6 | 122 | 113 | 114 |
| Binary | 11001111 | 11110000 | 10010100 | 1110 | 0 | 100110 | 110 | 1010010 | 1001011 | 1001100 |
Color Harmonies of #CFF094
Complementary color
Monochromatic Colors of #CFF094
Black with #CFF094
Text Example
Text Example
White with #CFF094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF094; }
p { color: rgb(207,240,148); }
H1.HeaderClassName
{
color: #CFF094;
}
.AnyTagClassName
{
color: #CFF094;
}
</style>
background-color css
<style>
a { background-color: #CFF094; }
a { background-color: rgb(207,240,148); }
div.DivClassName
{
background-color: #CFF094;
}
.BgClassName
{
background-color: #CFF094;
}
</style>
border-color css
<style>
span { border-color: #CFF094; }
span { border-color: rgb(207,240,148); }
td.TdClassName
{
border-color: #CFF094;
}
.TagClassName
{
border-color: #CFF094;
}
</style>