Shades of Conifer #C0DD54
Tints of Conifer #C0DD54
RGB
CMYK
RGB Variations
Color information
#C0DD54 (or 0xC0DD54) is known color: Conifer. HEX triplet: C0, DD and 54. RGB value is (192,221,84). Sum of RGB (Red+Green+Blue) = 192+221+84=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD54 is #3F22AB. Grayscale: #C5C5C5. Windows color (decimal): -4137644 or 5561792. OLE color: 5561792.
HSL color Cylindrical-coordinate representation of color #C0DD54: hue angle of 72.7º 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 #C0DD54 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 84 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.13 |
| HSL | 72.7º | 0.67% | 0.6% | - |
| HSV(B) | 72.7º | 0.62% | 0.87% | - |
| XYZ | 49.19 | 63.56 | 18.06 | - |
| YUV | 196.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 84 | 0.13 | 0 | 0.62 | 0.13 | 72.7 | 0.67 | 0.6 |
| Hex | C0 | DD | 54 | D | 0 | 3E | D | 49 | 43 | 3C |
| Octal | 300 | 335 | 124 | 15 | 0 | 76 | 15 | 111 | 103 | 74 |
| Binary | 11000000 | 11011101 | 1010100 | 1101 | 0 | 111110 | 1101 | 1001001 | 1000011 | 111100 |
Color Harmonies of #C0DD54
Complementary color
Monochromatic Colors of #C0DD54
Black with #C0DD54
Text Example
Text Example
White with #C0DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD54; }
p { color: rgb(192,221,84); }
H1.HeaderClassName
{
color: #C0DD54;
}
.AnyTagClassName
{
color: #C0DD54;
}
</style>
background-color css
<style>
a { background-color: #C0DD54; }
a { background-color: rgb(192,221,84); }
div.DivClassName
{
background-color: #C0DD54;
}
.BgClassName
{
background-color: #C0DD54;
}
</style>
border-color css
<style>
span { border-color: #C0DD54; }
span { border-color: rgb(192,221,84); }
td.TdClassName
{
border-color: #C0DD54;
}
.TagClassName
{
border-color: #C0DD54;
}
</style>