Shades of Reef #C5FA92
Tints of Reef #C5FA92
RGB
CMYK
RGB Variations
Color information
#C5FA92 (or 0xC5FA92) is known color: Reef. HEX triplet: C5, FA and 92. RGB value is (197,250,146). Sum of RGB (Red+Green+Blue) = 197+250+146=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FA92 is #3A056D. Grayscale: #DEDEDE. Windows color (decimal): -3802478 or 9632453. OLE color: 9632453.
HSL color Cylindrical-coordinate representation of color #C5FA92: hue angle of 90.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5FA92 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 146 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.02 |
| HSL | 90.58º | 0.91% | 0.78% | - |
| HSV(B) | 90.58º | 0.42% | 0.98% | - |
| XYZ | 62.4 | 82.32 | 39.79 | - |
| YUV | 222.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 146 | 0.21 | 0 | 0.42 | 0.02 | 90.58 | 0.91 | 0.78 |
| Hex | C5 | FA | 92 | 15 | 0 | 2A | 2 | 5B | 5B | 4E |
| Octal | 305 | 372 | 222 | 25 | 0 | 52 | 2 | 133 | 133 | 116 |
| Binary | 11000101 | 11111010 | 10010010 | 10101 | 0 | 101010 | 10 | 1011011 | 1011011 | 1001110 |
Color Harmonies of #C5FA92
Complementary color
Monochromatic Colors of #C5FA92
Black with #C5FA92
Text Example
Text Example
White with #C5FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA92; }
p { color: rgb(197,250,146); }
H1.HeaderClassName
{
color: #C5FA92;
}
.AnyTagClassName
{
color: #C5FA92;
}
</style>
background-color css
<style>
a { background-color: #C5FA92; }
a { background-color: rgb(197,250,146); }
div.DivClassName
{
background-color: #C5FA92;
}
.BgClassName
{
background-color: #C5FA92;
}
</style>
border-color css
<style>
span { border-color: #C5FA92; }
span { border-color: rgb(197,250,146); }
td.TdClassName
{
border-color: #C5FA92;
}
.TagClassName
{
border-color: #C5FA92;
}
</style>