Shades of Conifer #C7ED4B
Tints of Conifer #C7ED4B
RGB
CMYK
RGB Variations
Color information
#C7ED4B (or 0xC7ED4B) is known color: Conifer. HEX triplet: C7, ED and 4B. RGB value is (199,237,75). Sum of RGB (Red+Green+Blue) = 199+237+75=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7ED4B is #3812B4. Grayscale: #CFCFCF. Windows color (decimal): -3674805 or 4976071. OLE color: 4976071.
HSL color Cylindrical-coordinate representation of color #C7ED4B: hue angle of 74.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7ED4B is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 75 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.07 |
| HSL | 74.07º | 0.82% | 0.61% | - |
| HSV(B) | 74.07º | 0.68% | 0.93% | - |
| XYZ | 55.11 | 73.22 | 17.88 | - |
| YUV | 207.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 75 | 0.16 | 0 | 0.68 | 0.07 | 74.07 | 0.82 | 0.61 |
| Hex | C7 | ED | 4B | 10 | 0 | 44 | 7 | 4A | 52 | 3D |
| Octal | 307 | 355 | 113 | 20 | 0 | 104 | 7 | 112 | 122 | 75 |
| Binary | 11000111 | 11101101 | 1001011 | 10000 | 0 | 1000100 | 111 | 1001010 | 1010010 | 111101 |
Color Harmonies of #C7ED4B
Complementary color
Monochromatic Colors of #C7ED4B
Black with #C7ED4B
Text Example
Text Example
White with #C7ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED4B; }
p { color: rgb(199,237,75); }
H1.HeaderClassName
{
color: #C7ED4B;
}
.AnyTagClassName
{
color: #C7ED4B;
}
</style>
background-color css
<style>
a { background-color: #C7ED4B; }
a { background-color: rgb(199,237,75); }
div.DivClassName
{
background-color: #C7ED4B;
}
.BgClassName
{
background-color: #C7ED4B;
}
</style>
border-color css
<style>
span { border-color: #C7ED4B; }
span { border-color: rgb(199,237,75); }
td.TdClassName
{
border-color: #C7ED4B;
}
.TagClassName
{
border-color: #C7ED4B;
}
</style>