Shades of Conifer #C4E75D
Tints of Conifer #C4E75D
RGB
CMYK
RGB Variations
Color information
#C4E75D (or 0xC4E75D) is known color: Conifer. HEX triplet: C4, E7 and 5D. RGB value is (196,231,93). Sum of RGB (Red+Green+Blue) = 196+231+93=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E75D is #3B18A2. Grayscale: #CDCDCD. Windows color (decimal): -3872931 or 6154180. OLE color: 6154180.
HSL color Cylindrical-coordinate representation of color #C4E75D: hue angle of 75.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4E75D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 231 | 93 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.09 |
| HSL | 75.22º | 0.74% | 0.64% | - |
| HSV(B) | 75.22º | 0.6% | 0.91% | - |
| XYZ | 53.32 | 69.68 | 21 | - |
| YUV | 204.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 231 | 93 | 0.15 | 0 | 0.60 | 0.09 | 75.22 | 0.74 | 0.64 |
| Hex | C4 | E7 | 5D | F | 0 | 3C | 9 | 4B | 4A | 40 |
| Octal | 304 | 347 | 135 | 17 | 0 | 74 | 11 | 113 | 112 | 100 |
| Binary | 11000100 | 11100111 | 1011101 | 1111 | 0 | 111100 | 1001 | 1001011 | 1001010 | 1000000 |
Color Harmonies of #C4E75D
Complementary color
Monochromatic Colors of #C4E75D
Black with #C4E75D
Text Example
Text Example
White with #C4E75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E75D; }
p { color: rgb(196,231,93); }
H1.HeaderClassName
{
color: #C4E75D;
}
.AnyTagClassName
{
color: #C4E75D;
}
</style>
background-color css
<style>
a { background-color: #C4E75D; }
a { background-color: rgb(196,231,93); }
div.DivClassName
{
background-color: #C4E75D;
}
.BgClassName
{
background-color: #C4E75D;
}
</style>
border-color css
<style>
span { border-color: #C4E75D; }
span { border-color: rgb(196,231,93); }
td.TdClassName
{
border-color: #C4E75D;
}
.TagClassName
{
border-color: #C4E75D;
}
</style>