Shades of Reef #CFF493
Tints of Reef #CFF493
RGB
CMYK
RGB Variations
Color information
#CFF493 (or 0xCFF493) is known color: Reef. HEX triplet: CF, F4 and 93. RGB value is (207,244,147). Sum of RGB (Red+Green+Blue) = 207+244+147=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF493 is #300B6C. Grayscale: #DEDEDE. Windows color (decimal): -3148653 or 9696463. OLE color: 9696463.
HSL color Cylindrical-coordinate representation of color #CFF493: hue angle of 82.89º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFF493 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 147 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.04 |
| HSL | 82.89º | 0.82% | 0.77% | - |
| HSV(B) | 82.89º | 0.4% | 0.96% | - |
| XYZ | 63.35 | 80.07 | 39.72 | - |
| YUV | 221.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 147 | 0.15 | 0 | 0.40 | 0.04 | 82.89 | 0.82 | 0.77 |
| Hex | CF | F4 | 93 | F | 0 | 28 | 4 | 53 | 52 | 4D |
| Octal | 317 | 364 | 223 | 17 | 0 | 50 | 4 | 123 | 122 | 115 |
| Binary | 11001111 | 11110100 | 10010011 | 1111 | 0 | 101000 | 100 | 1010011 | 1010010 | 1001101 |
Color Harmonies of #CFF493
Complementary color
Monochromatic Colors of #CFF493
Black with #CFF493
Text Example
Text Example
White with #CFF493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF493; }
p { color: rgb(207,244,147); }
H1.HeaderClassName
{
color: #CFF493;
}
.AnyTagClassName
{
color: #CFF493;
}
</style>
background-color css
<style>
a { background-color: #CFF493; }
a { background-color: rgb(207,244,147); }
div.DivClassName
{
background-color: #CFF493;
}
.BgClassName
{
background-color: #CFF493;
}
</style>
border-color css
<style>
span { border-color: #CFF493; }
span { border-color: rgb(207,244,147); }
td.TdClassName
{
border-color: #CFF493;
}
.TagClassName
{
border-color: #CFF493;
}
</style>