Shades of Reef #C1FA90
Tints of Reef #C1FA90
RGB
CMYK
RGB Variations
Color information
#C1FA90 (or 0xC1FA90) is known color: Reef. HEX triplet: C1, FA and 90. RGB value is (193,250,144). Sum of RGB (Red+Green+Blue) = 193+250+144=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1FA90 is #3E056F. Grayscale: #DDDDDD. Windows color (decimal): -4064624 or 9501377. OLE color: 9501377.
HSL color Cylindrical-coordinate representation of color #C1FA90: hue angle of 92.26º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1FA90 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 144 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.02 |
| HSL | 92.26º | 0.91% | 0.77% | - |
| HSV(B) | 92.26º | 0.42% | 0.98% | - |
| XYZ | 61.21 | 81.72 | 38.93 | - |
| YUV | 220.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 144 | 0.23 | 0 | 0.42 | 0.02 | 92.26 | 0.91 | 0.77 |
| Hex | C1 | FA | 90 | 17 | 0 | 2A | 2 | 5C | 5B | 4D |
| Octal | 301 | 372 | 220 | 27 | 0 | 52 | 2 | 134 | 133 | 115 |
| Binary | 11000001 | 11111010 | 10010000 | 10111 | 0 | 101010 | 10 | 1011100 | 1011011 | 1001101 |
Color Harmonies of #C1FA90
Complementary color
Monochromatic Colors of #C1FA90
Black with #C1FA90
Text Example
Text Example
White with #C1FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FA90; }
p { color: rgb(193,250,144); }
H1.HeaderClassName
{
color: #C1FA90;
}
.AnyTagClassName
{
color: #C1FA90;
}
</style>
background-color css
<style>
a { background-color: #C1FA90; }
a { background-color: rgb(193,250,144); }
div.DivClassName
{
background-color: #C1FA90;
}
.BgClassName
{
background-color: #C1FA90;
}
</style>
border-color css
<style>
span { border-color: #C1FA90; }
span { border-color: rgb(193,250,144); }
td.TdClassName
{
border-color: #C1FA90;
}
.TagClassName
{
border-color: #C1FA90;
}
</style>