Shades of Conifer #C7E750
Tints of Conifer #C7E750
RGB
CMYK
RGB Variations
Color information
#C7E750 (or 0xC7E750) is known color: Conifer. HEX triplet: C7, E7 and 50. RGB value is (199,231,80). Sum of RGB (Red+Green+Blue) = 199+231+80=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E750 is #3818AF. Grayscale: #CCCCCC. Windows color (decimal): -3676336 or 5302215. OLE color: 5302215.
HSL color Cylindrical-coordinate representation of color #C7E750: hue angle of 72.72º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7E750 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 80 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.09 |
| HSL | 72.72º | 0.76% | 0.61% | - |
| HSV(B) | 72.72º | 0.65% | 0.91% | - |
| XYZ | 53.58 | 69.87 | 18.25 | - |
| YUV | 204.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 80 | 0.14 | 0 | 0.65 | 0.09 | 72.72 | 0.76 | 0.61 |
| Hex | C7 | E7 | 50 | E | 0 | 41 | 9 | 49 | 4C | 3D |
| Octal | 307 | 347 | 120 | 16 | 0 | 101 | 11 | 111 | 114 | 75 |
| Binary | 11000111 | 11100111 | 1010000 | 1110 | 0 | 1000001 | 1001 | 1001001 | 1001100 | 111101 |
Color Harmonies of #C7E750
Complementary color
Monochromatic Colors of #C7E750
Black with #C7E750
Text Example
Text Example
White with #C7E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E750; }
p { color: rgb(199,231,80); }
H1.HeaderClassName
{
color: #C7E750;
}
.AnyTagClassName
{
color: #C7E750;
}
</style>
background-color css
<style>
a { background-color: #C7E750; }
a { background-color: rgb(199,231,80); }
div.DivClassName
{
background-color: #C7E750;
}
.BgClassName
{
background-color: #C7E750;
}
</style>
border-color css
<style>
span { border-color: #C7E750; }
span { border-color: rgb(199,231,80); }
td.TdClassName
{
border-color: #C7E750;
}
.TagClassName
{
border-color: #C7E750;
}
</style>