Shades of Reef #C5FA90
Tints of Reef #C5FA90
RGB
CMYK
RGB Variations
Color information
#C5FA90 (or 0xC5FA90) is known color: Reef. HEX triplet: C5, FA and 90. RGB value is (197,250,144). Sum of RGB (Red+Green+Blue) = 197+250+144=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FA90 is #3A056F. Grayscale: #DEDEDE. Windows color (decimal): -3802480 or 9501381. OLE color: 9501381.
HSL color Cylindrical-coordinate representation of color #C5FA90: hue angle of 90º 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 #C5FA90 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 144 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.02 |
| HSL | 90º | 0.91% | 0.77% | - |
| HSV(B) | 90º | 0.42% | 0.98% | - |
| XYZ | 62.25 | 82.26 | 38.98 | - |
| YUV | 222.07 | 83.94 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 144 | 0.21 | 0 | 0.42 | 0.02 | 90 | 0.91 | 0.77 |
| Hex | C5 | FA | 90 | 15 | 0 | 2A | 2 | 5A | 5B | 4D |
| Octal | 305 | 372 | 220 | 25 | 0 | 52 | 2 | 132 | 133 | 115 |
| Binary | 11000101 | 11111010 | 10010000 | 10101 | 0 | 101010 | 10 | 1011010 | 1011011 | 1001101 |
Color Harmonies of #C5FA90
Complementary color
Monochromatic Colors of #C5FA90
Black with #C5FA90
Text Example
Text Example
White with #C5FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA90; }
p { color: rgb(197,250,144); }
H1.HeaderClassName
{
color: #C5FA90;
}
.AnyTagClassName
{
color: #C5FA90;
}
</style>
background-color css
<style>
a { background-color: #C5FA90; }
a { background-color: rgb(197,250,144); }
div.DivClassName
{
background-color: #C5FA90;
}
.BgClassName
{
background-color: #C5FA90;
}
</style>
border-color css
<style>
span { border-color: #C5FA90; }
span { border-color: rgb(197,250,144); }
td.TdClassName
{
border-color: #C5FA90;
}
.TagClassName
{
border-color: #C5FA90;
}
</style>