Shades of Conifer #C7E25D
Tints of Conifer #C7E25D
RGB
CMYK
RGB Variations
Color information
#C7E25D (or 0xC7E25D) is known color: Conifer. HEX triplet: C7, E2 and 5D. RGB value is (199,226,93). Sum of RGB (Red+Green+Blue) = 199+226+93=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #C7E25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E25D is #381DA2. Grayscale: #CBCBCB. Windows color (decimal): -3677603 or 6152903. OLE color: 6152903.
HSL color Cylindrical-coordinate representation of color #C7E25D: hue angle of 72.18º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7E25D is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 226 | 93 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.11 |
| HSL | 72.18º | 0.7% | 0.63% | - |
| HSV(B) | 72.18º | 0.59% | 0.89% | - |
| XYZ | 52.73 | 67.33 | 20.57 | - |
| YUV | 202.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 226 | 93 | 0.12 | 0 | 0.59 | 0.11 | 72.18 | 0.7 | 0.63 |
| Hex | C7 | E2 | 5D | C | 0 | 3B | B | 48 | 46 | 3F |
| Octal | 307 | 342 | 135 | 14 | 0 | 73 | 13 | 110 | 106 | 77 |
| Binary | 11000111 | 11100010 | 1011101 | 1100 | 0 | 111011 | 1011 | 1001000 | 1000110 | 111111 |
Color Harmonies of #C7E25D
Complementary color
Monochromatic Colors of #C7E25D
Black with #C7E25D
Text Example
Text Example
White with #C7E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E25D; }
p { color: rgb(199,226,93); }
H1.HeaderClassName
{
color: #C7E25D;
}
.AnyTagClassName
{
color: #C7E25D;
}
</style>
background-color css
<style>
a { background-color: #C7E25D; }
a { background-color: rgb(199,226,93); }
div.DivClassName
{
background-color: #C7E25D;
}
.BgClassName
{
background-color: #C7E25D;
}
</style>
border-color css
<style>
span { border-color: #C7E25D; }
span { border-color: rgb(199,226,93); }
td.TdClassName
{
border-color: #C7E25D;
}
.TagClassName
{
border-color: #C7E25D;
}
</style>