Shades of Reef #CFF490
Tints of Reef #CFF490
RGB
CMYK
RGB Variations
Color information
#CFF490 (or 0xCFF490) is known color: Reef. HEX triplet: CF, F4 and 90. RGB value is (207,244,144). Sum of RGB (Red+Green+Blue) = 207+244+144=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF490 is #300B6F. Grayscale: #DDDDDD. Windows color (decimal): -3148656 or 9499855. OLE color: 9499855.
HSL color Cylindrical-coordinate representation of color #CFF490: hue angle of 82.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFF490 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 144 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.04 |
| HSL | 82.2º | 0.82% | 0.76% | - |
| HSV(B) | 82.2º | 0.41% | 0.96% | - |
| XYZ | 63.12 | 79.98 | 38.5 | - |
| YUV | 221.54 | 84.24 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 144 | 0.15 | 0 | 0.41 | 0.04 | 82.2 | 0.82 | 0.76 |
| Hex | CF | F4 | 90 | F | 0 | 29 | 4 | 52 | 52 | 4C |
| Octal | 317 | 364 | 220 | 17 | 0 | 51 | 4 | 122 | 122 | 114 |
| Binary | 11001111 | 11110100 | 10010000 | 1111 | 0 | 101001 | 100 | 1010010 | 1010010 | 1001100 |
Color Harmonies of #CFF490
Complementary color
Monochromatic Colors of #CFF490
Black with #CFF490
Text Example
Text Example
White with #CFF490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF490; }
p { color: rgb(207,244,144); }
H1.HeaderClassName
{
color: #CFF490;
}
.AnyTagClassName
{
color: #CFF490;
}
</style>
background-color css
<style>
a { background-color: #CFF490; }
a { background-color: rgb(207,244,144); }
div.DivClassName
{
background-color: #CFF490;
}
.BgClassName
{
background-color: #CFF490;
}
</style>
border-color css
<style>
span { border-color: #CFF490; }
span { border-color: rgb(207,244,144); }
td.TdClassName
{
border-color: #CFF490;
}
.TagClassName
{
border-color: #CFF490;
}
</style>