Shades of Conifer #C7ED52
Tints of Conifer #C7ED52
RGB
CMYK
RGB Variations
Color information
#C7ED52 (or 0xC7ED52) is known color: Conifer. HEX triplet: C7, ED and 52. RGB value is (199,237,82). Sum of RGB (Red+Green+Blue) = 199+237+82=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7ED52 is #3812AD. Grayscale: #D0D0D0. Windows color (decimal): -3674798 or 5434823. OLE color: 5434823.
HSL color Cylindrical-coordinate representation of color #C7ED52: hue angle of 74.71º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7ED52 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 82 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.07 |
| HSL | 74.71º | 0.81% | 0.63% | - |
| HSV(B) | 74.71º | 0.65% | 0.93% | - |
| XYZ | 55.36 | 73.32 | 19.22 | - |
| YUV | 207.97 | 56.91 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 82 | 0.16 | 0 | 0.65 | 0.07 | 74.71 | 0.81 | 0.63 |
| Hex | C7 | ED | 52 | 10 | 0 | 41 | 7 | 4B | 51 | 3F |
| Octal | 307 | 355 | 122 | 20 | 0 | 101 | 7 | 113 | 121 | 77 |
| Binary | 11000111 | 11101101 | 1010010 | 10000 | 0 | 1000001 | 111 | 1001011 | 1010001 | 111111 |
Color Harmonies of #C7ED52
Complementary color
Monochromatic Colors of #C7ED52
Black with #C7ED52
Text Example
Text Example
White with #C7ED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED52; }
p { color: rgb(199,237,82); }
H1.HeaderClassName
{
color: #C7ED52;
}
.AnyTagClassName
{
color: #C7ED52;
}
</style>
background-color css
<style>
a { background-color: #C7ED52; }
a { background-color: rgb(199,237,82); }
div.DivClassName
{
background-color: #C7ED52;
}
.BgClassName
{
background-color: #C7ED52;
}
</style>
border-color css
<style>
span { border-color: #C7ED52; }
span { border-color: rgb(199,237,82); }
td.TdClassName
{
border-color: #C7ED52;
}
.TagClassName
{
border-color: #C7ED52;
}
</style>