Shades of Conifer #C2DD59
Tints of Conifer #C2DD59
RGB
CMYK
RGB Variations
Color information
#C2DD59 (or 0xC2DD59) is known color: Conifer. HEX triplet: C2, DD and 59. RGB value is (194,221,89). Sum of RGB (Red+Green+Blue) = 194+221+89=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD59 is #3D22A6. Grayscale: #C6C6C6. Windows color (decimal): -4006567 or 5889474. OLE color: 5889474.
HSL color Cylindrical-coordinate representation of color #C2DD59: hue angle of 72.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2DD59 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 89 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.13 |
| HSL | 72.27º | 0.66% | 0.61% | - |
| HSV(B) | 72.27º | 0.6% | 0.87% | - |
| XYZ | 49.91 | 63.9 | 19.16 | - |
| YUV | 197.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 89 | 0.12 | 0 | 0.60 | 0.13 | 72.27 | 0.66 | 0.61 |
| Hex | C2 | DD | 59 | C | 0 | 3C | D | 48 | 42 | 3D |
| Octal | 302 | 335 | 131 | 14 | 0 | 74 | 15 | 110 | 102 | 75 |
| Binary | 11000010 | 11011101 | 1011001 | 1100 | 0 | 111100 | 1101 | 1001000 | 1000010 | 111101 |
Color Harmonies of #C2DD59
Complementary color
Monochromatic Colors of #C2DD59
Black with #C2DD59
Text Example
Text Example
White with #C2DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD59; }
p { color: rgb(194,221,89); }
H1.HeaderClassName
{
color: #C2DD59;
}
.AnyTagClassName
{
color: #C2DD59;
}
</style>
background-color css
<style>
a { background-color: #C2DD59; }
a { background-color: rgb(194,221,89); }
div.DivClassName
{
background-color: #C2DD59;
}
.BgClassName
{
background-color: #C2DD59;
}
</style>
border-color css
<style>
span { border-color: #C2DD59; }
span { border-color: rgb(194,221,89); }
td.TdClassName
{
border-color: #C2DD59;
}
.TagClassName
{
border-color: #C2DD59;
}
</style>