Shades of Conifer #C2DD50
Tints of Conifer #C2DD50
RGB
CMYK
RGB Variations
Color information
#C2DD50 (or 0xC2DD50) is known color: Conifer. HEX triplet: C2, DD and 50. RGB value is (194,221,80). Sum of RGB (Red+Green+Blue) = 194+221+80=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD50 is #3D22AF. Grayscale: #C5C5C5. Windows color (decimal): -4006576 or 5299650. OLE color: 5299650.
HSL color Cylindrical-coordinate representation of color #C2DD50: hue angle of 71.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2DD50 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 80 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.13 |
| HSL | 71.49º | 0.67% | 0.59% | - |
| HSV(B) | 71.49º | 0.64% | 0.87% | - |
| XYZ | 49.55 | 63.76 | 17.28 | - |
| YUV | 196.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 80 | 0.12 | 0 | 0.64 | 0.13 | 71.49 | 0.67 | 0.59 |
| Hex | C2 | DD | 50 | C | 0 | 40 | D | 47 | 43 | 3B |
| Octal | 302 | 335 | 120 | 14 | 0 | 100 | 15 | 107 | 103 | 73 |
| Binary | 11000010 | 11011101 | 1010000 | 1100 | 0 | 1000000 | 1101 | 1000111 | 1000011 | 111011 |
Color Harmonies of #C2DD50
Complementary color
Monochromatic Colors of #C2DD50
Black with #C2DD50
Text Example
Text Example
White with #C2DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD50; }
p { color: rgb(194,221,80); }
H1.HeaderClassName
{
color: #C2DD50;
}
.AnyTagClassName
{
color: #C2DD50;
}
</style>
background-color css
<style>
a { background-color: #C2DD50; }
a { background-color: rgb(194,221,80); }
div.DivClassName
{
background-color: #C2DD50;
}
.BgClassName
{
background-color: #C2DD50;
}
</style>
border-color css
<style>
span { border-color: #C2DD50; }
span { border-color: rgb(194,221,80); }
td.TdClassName
{
border-color: #C2DD50;
}
.TagClassName
{
border-color: #C2DD50;
}
</style>