Shades of Conifer #C2DD52
Tints of Conifer #C2DD52
RGB
CMYK
RGB Variations
Color information
#C2DD52 (or 0xC2DD52) is known color: Conifer. HEX triplet: C2, DD and 52. RGB value is (194,221,82). Sum of RGB (Red+Green+Blue) = 194+221+82=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD52 is #3D22AD. Grayscale: #C5C5C5. Windows color (decimal): -4006574 or 5430722. OLE color: 5430722.
HSL color Cylindrical-coordinate representation of color #C2DD52: hue angle of 71.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2DD52 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 82 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.13 |
| HSL | 71.65º | 0.67% | 0.59% | - |
| HSV(B) | 71.65º | 0.63% | 0.87% | - |
| XYZ | 49.63 | 63.79 | 17.68 | - |
| YUV | 197.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 82 | 0.12 | 0 | 0.63 | 0.13 | 71.65 | 0.67 | 0.59 |
| Hex | C2 | DD | 52 | C | 0 | 3F | D | 48 | 43 | 3B |
| Octal | 302 | 335 | 122 | 14 | 0 | 77 | 15 | 110 | 103 | 73 |
| Binary | 11000010 | 11011101 | 1010010 | 1100 | 0 | 111111 | 1101 | 1001000 | 1000011 | 111011 |
Color Harmonies of #C2DD52
Complementary color
Monochromatic Colors of #C2DD52
Black with #C2DD52
Text Example
Text Example
White with #C2DD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD52; }
p { color: rgb(194,221,82); }
H1.HeaderClassName
{
color: #C2DD52;
}
.AnyTagClassName
{
color: #C2DD52;
}
</style>
background-color css
<style>
a { background-color: #C2DD52; }
a { background-color: rgb(194,221,82); }
div.DivClassName
{
background-color: #C2DD52;
}
.BgClassName
{
background-color: #C2DD52;
}
</style>
border-color css
<style>
span { border-color: #C2DD52; }
span { border-color: rgb(194,221,82); }
td.TdClassName
{
border-color: #C2DD52;
}
.TagClassName
{
border-color: #C2DD52;
}
</style>