Shades of Reef #CFF394
Tints of Reef #CFF394
RGB
CMYK
RGB Variations
Color information
#CFF394 (or 0xCFF394) is known color: Reef. HEX triplet: CF, F3 and 94. RGB value is (207,243,148). Sum of RGB (Red+Green+Blue) = 207+243+148=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF394 is #300C6B. Grayscale: #DDDDDD. Windows color (decimal): -3148908 or 9761743. OLE color: 9761743.
HSL color Cylindrical-coordinate representation of color #CFF394: hue angle of 82.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF394 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 148 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.05 |
| HSL | 82.74º | 0.8% | 0.77% | - |
| HSV(B) | 82.74º | 0.39% | 0.95% | - |
| XYZ | 63.13 | 79.5 | 40.04 | - |
| YUV | 221.41 | 86.57 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 148 | 0.15 | 0 | 0.39 | 0.05 | 82.74 | 0.8 | 0.77 |
| Hex | CF | F3 | 94 | F | 0 | 27 | 5 | 53 | 50 | 4D |
| Octal | 317 | 363 | 224 | 17 | 0 | 47 | 5 | 123 | 120 | 115 |
| Binary | 11001111 | 11110011 | 10010100 | 1111 | 0 | 100111 | 101 | 1010011 | 1010000 | 1001101 |
Color Harmonies of #CFF394
Complementary color
Monochromatic Colors of #CFF394
Black with #CFF394
Text Example
Text Example
White with #CFF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF394; }
p { color: rgb(207,243,148); }
H1.HeaderClassName
{
color: #CFF394;
}
.AnyTagClassName
{
color: #CFF394;
}
</style>
background-color css
<style>
a { background-color: #CFF394; }
a { background-color: rgb(207,243,148); }
div.DivClassName
{
background-color: #CFF394;
}
.BgClassName
{
background-color: #CFF394;
}
</style>
border-color css
<style>
span { border-color: #CFF394; }
span { border-color: rgb(207,243,148); }
td.TdClassName
{
border-color: #CFF394;
}
.TagClassName
{
border-color: #CFF394;
}
</style>