Shades of Beryl Green #C5CDA5
Tints of Beryl Green #C5CDA5
RGB
CMYK
RGB Variations
Color information
#C5CDA5 (or 0xC5CDA5) is known color: Beryl Green. HEX triplet: C5, CD and A5. RGB value is (197,205,165). Sum of RGB (Red+Green+Blue) = 197+205+165=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDA5 is #3A325A. Grayscale: #C6C6C6. Windows color (decimal): -3813979 or 10866117. OLE color: 10866117.
HSL color Cylindrical-coordinate representation of color #C5CDA5: hue angle of 72º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5CDA5 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 165 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.20 |
| HSL | 72º | 0.29% | 0.73% | - |
| HSV(B) | 72º | 0.2% | 0.8% | - |
| XYZ | 51.65 | 58.25 | 44.12 | - |
| YUV | 198.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 165 | 0.04 | 0 | 0.20 | 0.20 | 72 | 0.29 | 0.73 |
| Hex | C5 | CD | A5 | 4 | 0 | 14 | 14 | 48 | 1D | 49 |
| Octal | 305 | 315 | 245 | 4 | 0 | 24 | 24 | 110 | 35 | 111 |
| Binary | 11000101 | 11001101 | 10100101 | 100 | 0 | 10100 | 10100 | 1001000 | 11101 | 1001001 |
Color Harmonies of #C5CDA5
Complementary color
Monochromatic Colors of #C5CDA5
Black with #C5CDA5
Text Example
Text Example
White with #C5CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDA5; }
p { color: rgb(197,205,165); }
H1.HeaderClassName
{
color: #C5CDA5;
}
.AnyTagClassName
{
color: #C5CDA5;
}
</style>
background-color css
<style>
a { background-color: #C5CDA5; }
a { background-color: rgb(197,205,165); }
div.DivClassName
{
background-color: #C5CDA5;
}
.BgClassName
{
background-color: #C5CDA5;
}
</style>
border-color css
<style>
span { border-color: #C5CDA5; }
span { border-color: rgb(197,205,165); }
td.TdClassName
{
border-color: #C5CDA5;
}
.TagClassName
{
border-color: #C5CDA5;
}
</style>