Shades of Conifer #C0DE55
Tints of Conifer #C0DE55
RGB
CMYK
RGB Variations
Color information
#C0DE55 (or 0xC0DE55) is known color: Conifer. HEX triplet: C0, DE and 55. RGB value is (192,222,85). Sum of RGB (Red+Green+Blue) = 192+222+85=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE55 is #3F21AA. Grayscale: #C5C5C5. Windows color (decimal): -4137387 or 5627584. OLE color: 5627584.
HSL color Cylindrical-coordinate representation of color #C0DE55: hue angle of 73.14º 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 #C0DE55 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 85 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.13 |
| HSL | 73.14º | 0.67% | 0.6% | - |
| HSV(B) | 73.14º | 0.62% | 0.87% | - |
| XYZ | 49.5 | 64.1 | 18.36 | - |
| YUV | 197.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 85 | 0.14 | 0 | 0.62 | 0.13 | 73.14 | 0.67 | 0.6 |
| Hex | C0 | DE | 55 | E | 0 | 3E | D | 49 | 43 | 3C |
| Octal | 300 | 336 | 125 | 16 | 0 | 76 | 15 | 111 | 103 | 74 |
| Binary | 11000000 | 11011110 | 1010101 | 1110 | 0 | 111110 | 1101 | 1001001 | 1000011 | 111100 |
Color Harmonies of #C0DE55
Complementary color
Monochromatic Colors of #C0DE55
Black with #C0DE55
Text Example
Text Example
White with #C0DE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE55; }
p { color: rgb(192,222,85); }
H1.HeaderClassName
{
color: #C0DE55;
}
.AnyTagClassName
{
color: #C0DE55;
}
</style>
background-color css
<style>
a { background-color: #C0DE55; }
a { background-color: rgb(192,222,85); }
div.DivClassName
{
background-color: #C0DE55;
}
.BgClassName
{
background-color: #C0DE55;
}
</style>
border-color css
<style>
span { border-color: #C0DE55; }
span { border-color: rgb(192,222,85); }
td.TdClassName
{
border-color: #C0DE55;
}
.TagClassName
{
border-color: #C0DE55;
}
</style>