Shades of Conifer #C7E95B
Tints of Conifer #C7E95B
RGB
CMYK
RGB Variations
Color information
#C7E95B (or 0xC7E95B) is known color: Conifer. HEX triplet: C7, E9 and 5B. RGB value is (199,233,91). Sum of RGB (Red+Green+Blue) = 199+233+91=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E95B is #3816A4. Grayscale: #CFCFCF. Windows color (decimal): -3675813 or 6023623. OLE color: 6023623.
HSL color Cylindrical-coordinate representation of color #C7E95B: hue angle of 74.37º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7E95B is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 91 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.09 |
| HSL | 74.37º | 0.76% | 0.64% | - |
| HSV(B) | 74.37º | 0.61% | 0.91% | - |
| XYZ | 54.58 | 71.18 | 20.76 | - |
| YUV | 206.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 91 | 0.15 | 0 | 0.61 | 0.09 | 74.37 | 0.76 | 0.64 |
| Hex | C7 | E9 | 5B | F | 0 | 3D | 9 | 4A | 4C | 40 |
| Octal | 307 | 351 | 133 | 17 | 0 | 75 | 11 | 112 | 114 | 100 |
| Binary | 11000111 | 11101001 | 1011011 | 1111 | 0 | 111101 | 1001 | 1001010 | 1001100 | 1000000 |
Color Harmonies of #C7E95B
Complementary color
Monochromatic Colors of #C7E95B
Black with #C7E95B
Text Example
Text Example
White with #C7E95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E95B; }
p { color: rgb(199,233,91); }
H1.HeaderClassName
{
color: #C7E95B;
}
.AnyTagClassName
{
color: #C7E95B;
}
</style>
background-color css
<style>
a { background-color: #C7E95B; }
a { background-color: rgb(199,233,91); }
div.DivClassName
{
background-color: #C7E95B;
}
.BgClassName
{
background-color: #C7E95B;
}
</style>
border-color css
<style>
span { border-color: #C7E95B; }
span { border-color: rgb(199,233,91); }
td.TdClassName
{
border-color: #C7E95B;
}
.TagClassName
{
border-color: #C7E95B;
}
</style>