Shades of Conifer #C3DD59
Tints of Conifer #C3DD59
RGB
CMYK
RGB Variations
Color information
#C3DD59 (or 0xC3DD59) is known color: Conifer. HEX triplet: C3, DD and 59. RGB value is (195,221,89). Sum of RGB (Red+Green+Blue) = 195+221+89=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD59 is #3C22A6. Grayscale: #C6C6C6. Windows color (decimal): -3941031 or 5889475. OLE color: 5889475.
HSL color Cylindrical-coordinate representation of color #C3DD59: hue angle of 71.82º 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 #C3DD59 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 89 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.13 |
| HSL | 71.82º | 0.66% | 0.61% | - |
| HSV(B) | 71.82º | 0.6% | 0.87% | - |
| XYZ | 50.17 | 64.04 | 19.17 | - |
| YUV | 198.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 89 | 0.12 | 0 | 0.60 | 0.13 | 71.82 | 0.66 | 0.61 |
| Hex | C3 | DD | 59 | C | 0 | 3C | D | 48 | 42 | 3D |
| Octal | 303 | 335 | 131 | 14 | 0 | 74 | 15 | 110 | 102 | 75 |
| Binary | 11000011 | 11011101 | 1011001 | 1100 | 0 | 111100 | 1101 | 1001000 | 1000010 | 111101 |
Color Harmonies of #C3DD59
Complementary color
Monochromatic Colors of #C3DD59
Black with #C3DD59
Text Example
Text Example
White with #C3DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD59; }
p { color: rgb(195,221,89); }
H1.HeaderClassName
{
color: #C3DD59;
}
.AnyTagClassName
{
color: #C3DD59;
}
</style>
background-color css
<style>
a { background-color: #C3DD59; }
a { background-color: rgb(195,221,89); }
div.DivClassName
{
background-color: #C3DD59;
}
.BgClassName
{
background-color: #C3DD59;
}
</style>
border-color css
<style>
span { border-color: #C3DD59; }
span { border-color: rgb(195,221,89); }
td.TdClassName
{
border-color: #C3DD59;
}
.TagClassName
{
border-color: #C3DD59;
}
</style>