Shades of Conifer #C2DD55
Tints of Conifer #C2DD55
RGB
CMYK
RGB Variations
Color information
#C2DD55 (or 0xC2DD55) is known color: Conifer. HEX triplet: C2, DD and 55. RGB value is (194,221,85). Sum of RGB (Red+Green+Blue) = 194+221+85=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD55 is #3D22AA. Grayscale: #C5C5C5. Windows color (decimal): -4006571 or 5627330. OLE color: 5627330.
HSL color Cylindrical-coordinate representation of color #C2DD55: hue angle of 71.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2DD55 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 85 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.13 |
| HSL | 71.91º | 0.67% | 0.6% | - |
| HSV(B) | 71.91º | 0.62% | 0.87% | - |
| XYZ | 49.74 | 63.84 | 18.29 | - |
| YUV | 197.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 85 | 0.12 | 0 | 0.62 | 0.13 | 71.91 | 0.67 | 0.6 |
| Hex | C2 | DD | 55 | C | 0 | 3E | D | 48 | 43 | 3C |
| Octal | 302 | 335 | 125 | 14 | 0 | 76 | 15 | 110 | 103 | 74 |
| Binary | 11000010 | 11011101 | 1010101 | 1100 | 0 | 111110 | 1101 | 1001000 | 1000011 | 111100 |
Color Harmonies of #C2DD55
Complementary color
Monochromatic Colors of #C2DD55
Black with #C2DD55
Text Example
Text Example
White with #C2DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD55; }
p { color: rgb(194,221,85); }
H1.HeaderClassName
{
color: #C2DD55;
}
.AnyTagClassName
{
color: #C2DD55;
}
</style>
background-color css
<style>
a { background-color: #C2DD55; }
a { background-color: rgb(194,221,85); }
div.DivClassName
{
background-color: #C2DD55;
}
.BgClassName
{
background-color: #C2DD55;
}
</style>
border-color css
<style>
span { border-color: #C2DD55; }
span { border-color: rgb(194,221,85); }
td.TdClassName
{
border-color: #C2DD55;
}
.TagClassName
{
border-color: #C2DD55;
}
</style>