Shades of Conifer #C3DD54
Tints of Conifer #C3DD54
RGB
CMYK
RGB Variations
Color information
#C3DD54 (or 0xC3DD54) is known color: Conifer. HEX triplet: C3, DD and 54. RGB value is (195,221,84). Sum of RGB (Red+Green+Blue) = 195+221+84=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DD54 is #3C22AB. Grayscale: #C6C6C6. Windows color (decimal): -3941036 or 5561795. OLE color: 5561795.
HSL color Cylindrical-coordinate representation of color #C3DD54: hue angle of 71.39º 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 #C3DD54 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 84 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.13 |
| HSL | 71.39º | 0.67% | 0.6% | - |
| HSV(B) | 71.39º | 0.62% | 0.87% | - |
| XYZ | 49.96 | 63.96 | 18.1 | - |
| YUV | 197.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 84 | 0.12 | 0 | 0.62 | 0.13 | 71.39 | 0.67 | 0.6 |
| Hex | C3 | DD | 54 | C | 0 | 3E | D | 47 | 43 | 3C |
| Octal | 303 | 335 | 124 | 14 | 0 | 76 | 15 | 107 | 103 | 74 |
| Binary | 11000011 | 11011101 | 1010100 | 1100 | 0 | 111110 | 1101 | 1000111 | 1000011 | 111100 |
Color Harmonies of #C3DD54
Complementary color
Monochromatic Colors of #C3DD54
Black with #C3DD54
Text Example
Text Example
White with #C3DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DD54; }
p { color: rgb(195,221,84); }
H1.HeaderClassName
{
color: #C3DD54;
}
.AnyTagClassName
{
color: #C3DD54;
}
</style>
background-color css
<style>
a { background-color: #C3DD54; }
a { background-color: rgb(195,221,84); }
div.DivClassName
{
background-color: #C3DD54;
}
.BgClassName
{
background-color: #C3DD54;
}
</style>
border-color css
<style>
span { border-color: #C3DD54; }
span { border-color: rgb(195,221,84); }
td.TdClassName
{
border-color: #C3DD54;
}
.TagClassName
{
border-color: #C3DD54;
}
</style>