Shades of Reef #C4E5A1
Tints of Reef #C4E5A1
RGB
CMYK
RGB Variations
Color information
#C4E5A1 (or 0xC4E5A1) is known color: Reef. HEX triplet: C4, E5 and A1. RGB value is (196,229,161). Sum of RGB (Red+Green+Blue) = 196+229+161=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #C4E5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4E5A1 is #3B1A5E. Grayscale: #D3D3D3. Windows color (decimal): -3873375 or 10610116. OLE color: 10610116.
HSL color Cylindrical-coordinate representation of color #C4E5A1: hue angle of 89.12º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4E5A1 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 229 | 161 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.10 |
| HSL | 89.12º | 0.57% | 0.76% | - |
| HSV(B) | 89.12º | 0.3% | 0.9% | - |
| XYZ | 57.22 | 70.35 | 44.28 | - |
| YUV | 211.38 | 99.57 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 229 | 161 | 0.14 | 0 | 0.30 | 0.10 | 89.12 | 0.57 | 0.76 |
| Hex | C4 | E5 | A1 | E | 0 | 1E | A | 59 | 39 | 4C |
| Octal | 304 | 345 | 241 | 16 | 0 | 36 | 12 | 131 | 71 | 114 |
| Binary | 11000100 | 11100101 | 10100001 | 1110 | 0 | 11110 | 1010 | 1011001 | 111001 | 1001100 |
Color Harmonies of #C4E5A1
Complementary color
Monochromatic Colors of #C4E5A1
Black with #C4E5A1
Text Example
Text Example
White with #C4E5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E5A1; }
p { color: rgb(196,229,161); }
H1.HeaderClassName
{
color: #C4E5A1;
}
.AnyTagClassName
{
color: #C4E5A1;
}
</style>
background-color css
<style>
a { background-color: #C4E5A1; }
a { background-color: rgb(196,229,161); }
div.DivClassName
{
background-color: #C4E5A1;
}
.BgClassName
{
background-color: #C4E5A1;
}
</style>
border-color css
<style>
span { border-color: #C4E5A1; }
span { border-color: rgb(196,229,161); }
td.TdClassName
{
border-color: #C4E5A1;
}
.TagClassName
{
border-color: #C4E5A1;
}
</style>