Shades of Reef #C4E9A0
Tints of Reef #C4E9A0
RGB
CMYK
RGB Variations
Color information
#C4E9A0 (or 0xC4E9A0) is known color: Reef. HEX triplet: C4, E9 and A0. RGB value is (196,233,160). Sum of RGB (Red+Green+Blue) = 196+233+160=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4E9A0 is #3B165F. Grayscale: #D5D5D5. Windows color (decimal): -3872352 or 10545604. OLE color: 10545604.
HSL color Cylindrical-coordinate representation of color #C4E9A0: hue angle of 90.41º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4E9A0 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 233 | 160 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.09 |
| HSL | 90.41º | 0.62% | 0.77% | - |
| HSV(B) | 90.41º | 0.31% | 0.91% | - |
| XYZ | 58.25 | 72.55 | 44.19 | - |
| YUV | 213.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 233 | 160 | 0.16 | 0 | 0.31 | 0.09 | 90.41 | 0.62 | 0.77 |
| Hex | C4 | E9 | A0 | 10 | 0 | 1F | 9 | 5A | 3E | 4D |
| Octal | 304 | 351 | 240 | 20 | 0 | 37 | 11 | 132 | 76 | 115 |
| Binary | 11000100 | 11101001 | 10100000 | 10000 | 0 | 11111 | 1001 | 1011010 | 111110 | 1001101 |
Color Harmonies of #C4E9A0
Complementary color
Monochromatic Colors of #C4E9A0
Black with #C4E9A0
Text Example
Text Example
White with #C4E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E9A0; }
p { color: rgb(196,233,160); }
H1.HeaderClassName
{
color: #C4E9A0;
}
.AnyTagClassName
{
color: #C4E9A0;
}
</style>
background-color css
<style>
a { background-color: #C4E9A0; }
a { background-color: rgb(196,233,160); }
div.DivClassName
{
background-color: #C4E9A0;
}
.BgClassName
{
background-color: #C4E9A0;
}
</style>
border-color css
<style>
span { border-color: #C4E9A0; }
span { border-color: rgb(196,233,160); }
td.TdClassName
{
border-color: #C4E9A0;
}
.TagClassName
{
border-color: #C4E9A0;
}
</style>