Shades of Beryl Green #C8CFA4
Tints of Beryl Green #C8CFA4
RGB
CMYK
RGB Variations
Color information
#C8CFA4 (or 0xC8CFA4) is known color: Beryl Green. HEX triplet: C8, CF and A4. RGB value is (200,207,164). Sum of RGB (Red+Green+Blue) = 200+207+164=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CFA4 is #37305B. Grayscale: #C8C8C8. Windows color (decimal): -3616860 or 10801096. OLE color: 10801096.
HSL color Cylindrical-coordinate representation of color #C8CFA4: hue angle of 69.77º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CFA4 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 164 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.19 |
| HSL | 69.77º | 0.31% | 0.73% | - |
| HSV(B) | 69.77º | 0.21% | 0.81% | - |
| XYZ | 52.83 | 59.59 | 43.84 | - |
| YUV | 200.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 164 | 0.03 | 0 | 0.21 | 0.19 | 69.77 | 0.31 | 0.73 |
| Hex | C8 | CF | A4 | 3 | 0 | 15 | 13 | 46 | 1F | 49 |
| Octal | 310 | 317 | 244 | 3 | 0 | 25 | 23 | 106 | 37 | 111 |
| Binary | 11001000 | 11001111 | 10100100 | 11 | 0 | 10101 | 10011 | 1000110 | 11111 | 1001001 |
Color Harmonies of #C8CFA4
Complementary color
Monochromatic Colors of #C8CFA4
Black with #C8CFA4
Text Example
Text Example
White with #C8CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CFA4; }
p { color: rgb(200,207,164); }
H1.HeaderClassName
{
color: #C8CFA4;
}
.AnyTagClassName
{
color: #C8CFA4;
}
</style>
background-color css
<style>
a { background-color: #C8CFA4; }
a { background-color: rgb(200,207,164); }
div.DivClassName
{
background-color: #C8CFA4;
}
.BgClassName
{
background-color: #C8CFA4;
}
</style>
border-color css
<style>
span { border-color: #C8CFA4; }
span { border-color: rgb(200,207,164); }
td.TdClassName
{
border-color: #C8CFA4;
}
.TagClassName
{
border-color: #C8CFA4;
}
</style>