Shades of Beryl Green #C5CDA2
Tints of Beryl Green #C5CDA2
RGB
CMYK
RGB Variations
Color information
#C5CDA2 (or 0xC5CDA2) is known color: Beryl Green. HEX triplet: C5, CD and A2. RGB value is (197,205,162). Sum of RGB (Red+Green+Blue) = 197+205+162=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDA2 is #3A325D. Grayscale: #C5C5C5. Windows color (decimal): -3813982 or 10669509. OLE color: 10669509.
HSL color Cylindrical-coordinate representation of color #C5CDA2: hue angle of 71.16º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CDA2 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 162 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.20 |
| HSL | 71.16º | 0.3% | 0.72% | - |
| HSV(B) | 71.16º | 0.21% | 0.8% | - |
| XYZ | 51.38 | 58.14 | 42.7 | - |
| YUV | 197.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 162 | 0.04 | 0 | 0.21 | 0.20 | 71.16 | 0.3 | 0.72 |
| Hex | C5 | CD | A2 | 4 | 0 | 15 | 14 | 47 | 1E | 48 |
| Octal | 305 | 315 | 242 | 4 | 0 | 25 | 24 | 107 | 36 | 110 |
| Binary | 11000101 | 11001101 | 10100010 | 100 | 0 | 10101 | 10100 | 1000111 | 11110 | 1001000 |
Color Harmonies of #C5CDA2
Complementary color
Monochromatic Colors of #C5CDA2
Black with #C5CDA2
Text Example
Text Example
White with #C5CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDA2; }
p { color: rgb(197,205,162); }
H1.HeaderClassName
{
color: #C5CDA2;
}
.AnyTagClassName
{
color: #C5CDA2;
}
</style>
background-color css
<style>
a { background-color: #C5CDA2; }
a { background-color: rgb(197,205,162); }
div.DivClassName
{
background-color: #C5CDA2;
}
.BgClassName
{
background-color: #C5CDA2;
}
</style>
border-color css
<style>
span { border-color: #C5CDA2; }
span { border-color: rgb(197,205,162); }
td.TdClassName
{
border-color: #C5CDA2;
}
.TagClassName
{
border-color: #C5CDA2;
}
</style>