Shades of Conifer #C0DD57
Tints of Conifer #C0DD57
RGB
CMYK
RGB Variations
Color information
#C0DD57 (or 0xC0DD57) is known color: Conifer. HEX triplet: C0, DD and 57. RGB value is (192,221,87). Sum of RGB (Red+Green+Blue) = 192+221+87=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD57 is #3F22A8. Grayscale: #C5C5C5. Windows color (decimal): -4137641 or 5758400. OLE color: 5758400.
HSL color Cylindrical-coordinate representation of color #C0DD57: hue angle of 72.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0DD57 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 87 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.13 |
| HSL | 72.99º | 0.66% | 0.6% | - |
| HSV(B) | 72.99º | 0.61% | 0.87% | - |
| XYZ | 49.31 | 63.61 | 18.7 | - |
| YUV | 197.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 87 | 0.13 | 0 | 0.61 | 0.13 | 72.99 | 0.66 | 0.6 |
| Hex | C0 | DD | 57 | D | 0 | 3D | D | 49 | 42 | 3C |
| Octal | 300 | 335 | 127 | 15 | 0 | 75 | 15 | 111 | 102 | 74 |
| Binary | 11000000 | 11011101 | 1010111 | 1101 | 0 | 111101 | 1101 | 1001001 | 1000010 | 111100 |
Color Harmonies of #C0DD57
Complementary color
Monochromatic Colors of #C0DD57
Black with #C0DD57
Text Example
Text Example
White with #C0DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD57; }
p { color: rgb(192,221,87); }
H1.HeaderClassName
{
color: #C0DD57;
}
.AnyTagClassName
{
color: #C0DD57;
}
</style>
background-color css
<style>
a { background-color: #C0DD57; }
a { background-color: rgb(192,221,87); }
div.DivClassName
{
background-color: #C0DD57;
}
.BgClassName
{
background-color: #C0DD57;
}
</style>
border-color css
<style>
span { border-color: #C0DD57; }
span { border-color: rgb(192,221,87); }
td.TdClassName
{
border-color: #C0DD57;
}
.TagClassName
{
border-color: #C0DD57;
}
</style>