Shades of Conifer #C7E75A
Tints of Conifer #C7E75A
RGB
CMYK
RGB Variations
Color information
#C7E75A (or 0xC7E75A) is known color: Conifer. HEX triplet: C7, E7 and 5A. RGB value is (199,231,90). Sum of RGB (Red+Green+Blue) = 199+231+90=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E75A is #3818A5. Grayscale: #CDCDCD. Windows color (decimal): -3676326 or 5957575. OLE color: 5957575.
HSL color Cylindrical-coordinate representation of color #C7E75A: hue angle of 73.62º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7E75A is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 90 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.09 |
| HSL | 73.62º | 0.75% | 0.63% | - |
| HSV(B) | 73.62º | 0.61% | 0.91% | - |
| XYZ | 53.97 | 70.03 | 20.35 | - |
| YUV | 205.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 90 | 0.14 | 0 | 0.61 | 0.09 | 73.62 | 0.75 | 0.63 |
| Hex | C7 | E7 | 5A | E | 0 | 3D | 9 | 4A | 4B | 3F |
| Octal | 307 | 347 | 132 | 16 | 0 | 75 | 11 | 112 | 113 | 77 |
| Binary | 11000111 | 11100111 | 1011010 | 1110 | 0 | 111101 | 1001 | 1001010 | 1001011 | 111111 |
Color Harmonies of #C7E75A
Complementary color
Monochromatic Colors of #C7E75A
Black with #C7E75A
Text Example
Text Example
White with #C7E75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E75A; }
p { color: rgb(199,231,90); }
H1.HeaderClassName
{
color: #C7E75A;
}
.AnyTagClassName
{
color: #C7E75A;
}
</style>
background-color css
<style>
a { background-color: #C7E75A; }
a { background-color: rgb(199,231,90); }
div.DivClassName
{
background-color: #C7E75A;
}
.BgClassName
{
background-color: #C7E75A;
}
</style>
border-color css
<style>
span { border-color: #C7E75A; }
span { border-color: rgb(199,231,90); }
td.TdClassName
{
border-color: #C7E75A;
}
.TagClassName
{
border-color: #C7E75A;
}
</style>