Shades of Conifer #C7EC5B
Tints of Conifer #C7EC5B
RGB
CMYK
RGB Variations
Color information
#C7EC5B (or 0xC7EC5B) is known color: Conifer. HEX triplet: C7, EC and 5B. RGB value is (199,236,91). Sum of RGB (Red+Green+Blue) = 199+236+91=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #C7EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EC5B is #3813A4. Grayscale: #D0D0D0. Windows color (decimal): -3675045 or 6024391. OLE color: 6024391.
HSL color Cylindrical-coordinate representation of color #C7EC5B: hue angle of 75.31º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7EC5B is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 236 | 91 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.07 |
| HSL | 75.31º | 0.79% | 0.64% | - |
| HSV(B) | 75.31º | 0.61% | 0.93% | - |
| XYZ | 55.44 | 72.89 | 21.04 | - |
| YUV | 208.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 236 | 91 | 0.16 | 0 | 0.61 | 0.07 | 75.31 | 0.79 | 0.64 |
| Hex | C7 | EC | 5B | 10 | 0 | 3D | 7 | 4B | 4F | 40 |
| Octal | 307 | 354 | 133 | 20 | 0 | 75 | 7 | 113 | 117 | 100 |
| Binary | 11000111 | 11101100 | 1011011 | 10000 | 0 | 111101 | 111 | 1001011 | 1001111 | 1000000 |
Color Harmonies of #C7EC5B
Complementary color
Monochromatic Colors of #C7EC5B
Black with #C7EC5B
Text Example
Text Example
White with #C7EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EC5B; }
p { color: rgb(199,236,91); }
H1.HeaderClassName
{
color: #C7EC5B;
}
.AnyTagClassName
{
color: #C7EC5B;
}
</style>
background-color css
<style>
a { background-color: #C7EC5B; }
a { background-color: rgb(199,236,91); }
div.DivClassName
{
background-color: #C7EC5B;
}
.BgClassName
{
background-color: #C7EC5B;
}
</style>
border-color css
<style>
span { border-color: #C7EC5B; }
span { border-color: rgb(199,236,91); }
td.TdClassName
{
border-color: #C7EC5B;
}
.TagClassName
{
border-color: #C7EC5B;
}
</style>