Shades of Pixie Green #C4D5AF
Tints of Pixie Green #C4D5AF
RGB
CMYK
RGB Variations
Color information
#C4D5AF (or 0xC4D5AF) is known color: Pixie Green. HEX triplet: C4, D5 and AF. RGB value is (196,213,175). Sum of RGB (Red+Green+Blue) = 196+213+175=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D5AF is #3B2A50. Grayscale: #CBCBCB. Windows color (decimal): -3877457 or 11523524. OLE color: 11523524.
HSL color Cylindrical-coordinate representation of color #C4D5AF: hue angle of 86.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4D5AF is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
RGB | 196 | 213 | 175 | - |
CMYK | 0.08 | 0 | 0.18 | 0.16 |
HSL | 86.84º | 0.31% | 0.76% | - |
HSV(B) | 86.84º | 0.18% | 0.84% | - |
XYZ | 54.3 | 62.42 | 49.74 | - |
YUV | 203.59 | 111.87 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 213 | 175 | 0.08 | 0 | 0.18 | 0.16 | 86.84 | 0.31 | 0.76 |
Hex | C4 | D5 | AF | 8 | 0 | 12 | 10 | 57 | 1F | 4C |
Octal | 304 | 325 | 257 | 10 | 0 | 22 | 20 | 127 | 37 | 114 |
Binary | 11000100 | 11010101 | 10101111 | 1000 | 0 | 10010 | 10000 | 1010111 | 11111 | 1001100 |
Color Harmonies of #C4D5AF
Complementary color
Monochromatic Colors of #C4D5AF
Black with #C4D5AF
Text Example
Text Example
White with #C4D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5AF; }
p { color: rgb(196,213,175); }
H1.HeaderClassName
{
color: #C4D5AF;
}
.AnyTagClassName
{
color: #C4D5AF;
}
</style>
background-color css
<style>
a { background-color: #C4D5AF; }
a { background-color: rgb(196,213,175); }
div.DivClassName
{
background-color: #C4D5AF;
}
.BgClassName
{
background-color: #C4D5AF;
}
</style>
border-color css
<style>
span { border-color: #C4D5AF; }
span { border-color: rgb(196,213,175); }
td.TdClassName
{
border-color: #C4D5AF;
}
.TagClassName
{
border-color: #C4D5AF;
}
</style>