Shades of Reef #C5FBA4
Tints of Reef #C5FBA4
RGB
CMYK
RGB Variations
Color information
#C5FBA4 (or 0xC5FBA4) is known color: Reef. HEX triplet: C5, FB and A4. RGB value is (197,251,164). Sum of RGB (Red+Green+Blue) = 197+251+164=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FBA4 is #3A045B. Grayscale: #E1E1E1. Windows color (decimal): -3802204 or 10812357. OLE color: 10812357.
HSL color Cylindrical-coordinate representation of color #C5FBA4: hue angle of 97.24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5FBA4 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 164 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.02 |
| HSL | 97.24º | 0.92% | 0.81% | - |
| HSV(B) | 97.24º | 0.35% | 0.98% | - |
| XYZ | 64.22 | 83.55 | 47.86 | - |
| YUV | 224.94 | 93.61 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 164 | 0.22 | 0 | 0.35 | 0.02 | 97.24 | 0.92 | 0.81 |
| Hex | C5 | FB | A4 | 16 | 0 | 23 | 2 | 61 | 5C | 51 |
| Octal | 305 | 373 | 244 | 26 | 0 | 43 | 2 | 141 | 134 | 121 |
| Binary | 11000101 | 11111011 | 10100100 | 10110 | 0 | 100011 | 10 | 1100001 | 1011100 | 1010001 |
Color Harmonies of #C5FBA4
Complementary color
Monochromatic Colors of #C5FBA4
Black with #C5FBA4
Text Example
Text Example
White with #C5FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBA4; }
p { color: rgb(197,251,164); }
H1.HeaderClassName
{
color: #C5FBA4;
}
.AnyTagClassName
{
color: #C5FBA4;
}
</style>
background-color css
<style>
a { background-color: #C5FBA4; }
a { background-color: rgb(197,251,164); }
div.DivClassName
{
background-color: #C5FBA4;
}
.BgClassName
{
background-color: #C5FBA4;
}
</style>
border-color css
<style>
span { border-color: #C5FBA4; }
span { border-color: rgb(197,251,164); }
td.TdClassName
{
border-color: #C5FBA4;
}
.TagClassName
{
border-color: #C5FBA4;
}
</style>