Shades of Reef #C4FEA0
Tints of Reef #C4FEA0
RGB
CMYK
RGB Variations
Color information
#C4FEA0 (or 0xC4FEA0) is known color: Reef. HEX triplet: C4, FE and A0. RGB value is (196,254,160). Sum of RGB (Red+Green+Blue) = 196+254+160=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FEA0 is #3B015F. Grayscale: #E2E2E2. Windows color (decimal): -3866976 or 10550980. OLE color: 10550980.
HSL color Cylindrical-coordinate representation of color #C4FEA0: hue angle of 97.02º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4FEA0 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 254 | 160 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.00 |
| HSL | 97.02º | 0.98% | 0.81% | - |
| HSV(B) | 97.02º | 0.37% | 1% | - |
| XYZ | 64.55 | 85.16 | 46.29 | - |
| YUV | 225.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 254 | 160 | 0.23 | 0 | 0.37 | 0.00 | 97.02 | 0.98 | 0.81 |
| Hex | C4 | FE | A0 | 17 | 0 | 25 | 0 | 61 | 62 | 51 |
| Octal | 304 | 376 | 240 | 27 | 0 | 45 | 0 | 141 | 142 | 121 |
| Binary | 11000100 | 11111110 | 10100000 | 10111 | 0 | 100101 | 0 | 1100001 | 1100010 | 1010001 |
Color Harmonies of #C4FEA0
Complementary color
Monochromatic Colors of #C4FEA0
Black with #C4FEA0
Text Example
Text Example
White with #C4FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FEA0; }
p { color: rgb(196,254,160); }
H1.HeaderClassName
{
color: #C4FEA0;
}
.AnyTagClassName
{
color: #C4FEA0;
}
</style>
background-color css
<style>
a { background-color: #C4FEA0; }
a { background-color: rgb(196,254,160); }
div.DivClassName
{
background-color: #C4FEA0;
}
.BgClassName
{
background-color: #C4FEA0;
}
</style>
border-color css
<style>
span { border-color: #C4FEA0; }
span { border-color: rgb(196,254,160); }
td.TdClassName
{
border-color: #C4FEA0;
}
.TagClassName
{
border-color: #C4FEA0;
}
</style>