Shades of Conifer #C0DD5C
Tints of Conifer #C0DD5C
RGB
CMYK
RGB Variations
Color information
#C0DD5C (or 0xC0DD5C) is known color: Conifer. HEX triplet: C0, DD and 5C. RGB value is (192,221,92). Sum of RGB (Red+Green+Blue) = 192+221+92=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD5C is #3F22A3. Grayscale: #C6C6C6. Windows color (decimal): -4137636 or 6086080. OLE color: 6086080.
HSL color Cylindrical-coordinate representation of color #C0DD5C: hue angle of 73.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0DD5C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 92 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.13 |
| HSL | 73.49º | 0.65% | 0.61% | - |
| HSV(B) | 73.49º | 0.58% | 0.87% | - |
| XYZ | 49.53 | 63.69 | 19.81 | - |
| YUV | 197.62 | 68.39 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 92 | 0.13 | 0 | 0.58 | 0.13 | 73.49 | 0.65 | 0.61 |
| Hex | C0 | DD | 5C | D | 0 | 3A | D | 49 | 41 | 3D |
| Octal | 300 | 335 | 134 | 15 | 0 | 72 | 15 | 111 | 101 | 75 |
| Binary | 11000000 | 11011101 | 1011100 | 1101 | 0 | 111010 | 1101 | 1001001 | 1000001 | 111101 |
Color Harmonies of #C0DD5C
Complementary color
Monochromatic Colors of #C0DD5C
Black with #C0DD5C
Text Example
Text Example
White with #C0DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD5C; }
p { color: rgb(192,221,92); }
H1.HeaderClassName
{
color: #C0DD5C;
}
.AnyTagClassName
{
color: #C0DD5C;
}
</style>
background-color css
<style>
a { background-color: #C0DD5C; }
a { background-color: rgb(192,221,92); }
div.DivClassName
{
background-color: #C0DD5C;
}
.BgClassName
{
background-color: #C0DD5C;
}
</style>
border-color css
<style>
span { border-color: #C0DD5C; }
span { border-color: rgb(192,221,92); }
td.TdClassName
{
border-color: #C0DD5C;
}
.TagClassName
{
border-color: #C0DD5C;
}
</style>