Shades of Pixie Green #C4D5B4
Tints of Pixie Green #C4D5B4
RGB
CMYK
RGB Variations
Color information
#C4D5B4 (or 0xC4D5B4) is known color: Pixie Green. HEX triplet: C4, D5 and B4. RGB value is (196,213,180). Sum of RGB (Red+Green+Blue) = 196+213+180=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5B4 is #3B2A4B. Grayscale: #CCCCCC. Windows color (decimal): -3877452 or 11851204. OLE color: 11851204.
HSL color Cylindrical-coordinate representation of color #C4D5B4: hue angle of 90.91º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4D5B4 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 180 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.16 |
| HSL | 90.91º | 0.28% | 0.77% | - |
| HSV(B) | 90.91º | 0.15% | 0.84% | - |
| XYZ | 54.8 | 62.62 | 52.38 | - |
| YUV | 204.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 180 | 0.08 | 0 | 0.15 | 0.16 | 90.91 | 0.28 | 0.77 |
| Hex | C4 | D5 | B4 | 8 | 0 | F | 10 | 5B | 1C | 4D |
| Octal | 304 | 325 | 264 | 10 | 0 | 17 | 20 | 133 | 34 | 115 |
| Binary | 11000100 | 11010101 | 10110100 | 1000 | 0 | 1111 | 10000 | 1011011 | 11100 | 1001101 |
Color Harmonies of #C4D5B4
Complementary color
Monochromatic Colors of #C4D5B4
Black with #C4D5B4
Text Example
Text Example
White with #C4D5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5B4; }
p { color: rgb(196,213,180); }
H1.HeaderClassName
{
color: #C4D5B4;
}
.AnyTagClassName
{
color: #C4D5B4;
}
</style>
background-color css
<style>
a { background-color: #C4D5B4; }
a { background-color: rgb(196,213,180); }
div.DivClassName
{
background-color: #C4D5B4;
}
.BgClassName
{
background-color: #C4D5B4;
}
</style>
border-color css
<style>
span { border-color: #C4D5B4; }
span { border-color: rgb(196,213,180); }
td.TdClassName
{
border-color: #C4D5B4;
}
.TagClassName
{
border-color: #C4D5B4;
}
</style>