Shades of Conifer #C7E45A
Tints of Conifer #C7E45A
RGB
CMYK
RGB Variations
Color information
#C7E45A (or 0xC7E45A) is known color: Conifer. HEX triplet: C7, E4 and 5A. RGB value is (199,228,90). Sum of RGB (Red+Green+Blue) = 199+228+90=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E45A is #381BA5. Grayscale: #CCCCCC. Windows color (decimal): -3677094 or 5956807. OLE color: 5956807.
HSL color Cylindrical-coordinate representation of color #C7E45A: hue angle of 72.61º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7E45A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 90 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.11 |
| HSL | 72.61º | 0.72% | 0.62% | - |
| HSV(B) | 72.61º | 0.61% | 0.89% | - |
| XYZ | 53.14 | 68.37 | 20.07 | - |
| YUV | 203.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 90 | 0.13 | 0 | 0.61 | 0.11 | 72.61 | 0.72 | 0.62 |
| Hex | C7 | E4 | 5A | D | 0 | 3D | B | 49 | 48 | 3E |
| Octal | 307 | 344 | 132 | 15 | 0 | 75 | 13 | 111 | 110 | 76 |
| Binary | 11000111 | 11100100 | 1011010 | 1101 | 0 | 111101 | 1011 | 1001001 | 1001000 | 111110 |
Color Harmonies of #C7E45A
Complementary color
Monochromatic Colors of #C7E45A
Black with #C7E45A
Text Example
Text Example
White with #C7E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E45A; }
p { color: rgb(199,228,90); }
H1.HeaderClassName
{
color: #C7E45A;
}
.AnyTagClassName
{
color: #C7E45A;
}
</style>
background-color css
<style>
a { background-color: #C7E45A; }
a { background-color: rgb(199,228,90); }
div.DivClassName
{
background-color: #C7E45A;
}
.BgClassName
{
background-color: #C7E45A;
}
</style>
border-color css
<style>
span { border-color: #C7E45A; }
span { border-color: rgb(199,228,90); }
td.TdClassName
{
border-color: #C7E45A;
}
.TagClassName
{
border-color: #C7E45A;
}
</style>