Shades of Reef #CFF190
Tints of Reef #CFF190
RGB
CMYK
RGB Variations
Color information
#CFF190 (or 0xCFF190) is known color: Reef. HEX triplet: CF, F1 and 90. RGB value is (207,241,144). Sum of RGB (Red+Green+Blue) = 207+241+144=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF190 is #300E6F. Grayscale: #DCDCDC. Windows color (decimal): -3149424 or 9499087. OLE color: 9499087.
HSL color Cylindrical-coordinate representation of color #CFF190: hue angle of 81.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFF190 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 144 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.05 |
| HSL | 81.03º | 0.78% | 0.75% | - |
| HSV(B) | 81.03º | 0.4% | 0.95% | - |
| XYZ | 62.22 | 78.19 | 38.2 | - |
| YUV | 219.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 144 | 0.14 | 0 | 0.40 | 0.05 | 81.03 | 0.78 | 0.75 |
| Hex | CF | F1 | 90 | E | 0 | 28 | 5 | 51 | 4E | 4B |
| Octal | 317 | 361 | 220 | 16 | 0 | 50 | 5 | 121 | 116 | 113 |
| Binary | 11001111 | 11110001 | 10010000 | 1110 | 0 | 101000 | 101 | 1010001 | 1001110 | 1001011 |
Color Harmonies of #CFF190
Complementary color
Monochromatic Colors of #CFF190
Black with #CFF190
Text Example
Text Example
White with #CFF190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF190; }
p { color: rgb(207,241,144); }
H1.HeaderClassName
{
color: #CFF190;
}
.AnyTagClassName
{
color: #CFF190;
}
</style>
background-color css
<style>
a { background-color: #CFF190; }
a { background-color: rgb(207,241,144); }
div.DivClassName
{
background-color: #CFF190;
}
.BgClassName
{
background-color: #CFF190;
}
</style>
border-color css
<style>
span { border-color: #CFF190; }
span { border-color: rgb(207,241,144); }
td.TdClassName
{
border-color: #CFF190;
}
.TagClassName
{
border-color: #CFF190;
}
</style>