Shades of Conifer #C7ED5B
Tints of Conifer #C7ED5B
RGB
CMYK
RGB Variations
Color information
#C7ED5B (or 0xC7ED5B) is known color: Conifer. HEX triplet: C7, ED and 5B. RGB value is (199,237,91). Sum of RGB (Red+Green+Blue) = 199+237+91=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7ED5B is #3812A4. Grayscale: #D1D1D1. Windows color (decimal): -3674789 or 6024647. OLE color: 6024647.
HSL color Cylindrical-coordinate representation of color #C7ED5B: hue angle of 75.62º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7ED5B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 91 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.07 |
| HSL | 75.62º | 0.8% | 0.64% | - |
| HSV(B) | 75.62º | 0.62% | 0.93% | - |
| XYZ | 55.73 | 73.47 | 21.14 | - |
| YUV | 208.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 91 | 0.16 | 0 | 0.62 | 0.07 | 75.62 | 0.8 | 0.64 |
| Hex | C7 | ED | 5B | 10 | 0 | 3E | 7 | 4C | 50 | 40 |
| Octal | 307 | 355 | 133 | 20 | 0 | 76 | 7 | 114 | 120 | 100 |
| Binary | 11000111 | 11101101 | 1011011 | 10000 | 0 | 111110 | 111 | 1001100 | 1010000 | 1000000 |
Color Harmonies of #C7ED5B
Complementary color
Monochromatic Colors of #C7ED5B
Black with #C7ED5B
Text Example
Text Example
White with #C7ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED5B; }
p { color: rgb(199,237,91); }
H1.HeaderClassName
{
color: #C7ED5B;
}
.AnyTagClassName
{
color: #C7ED5B;
}
</style>
background-color css
<style>
a { background-color: #C7ED5B; }
a { background-color: rgb(199,237,91); }
div.DivClassName
{
background-color: #C7ED5B;
}
.BgClassName
{
background-color: #C7ED5B;
}
</style>
border-color css
<style>
span { border-color: #C7ED5B; }
span { border-color: rgb(199,237,91); }
td.TdClassName
{
border-color: #C7ED5B;
}
.TagClassName
{
border-color: #C7ED5B;
}
</style>