Shades of Conifer #C0DE5C
Tints of Conifer #C0DE5C
RGB
CMYK
RGB Variations
Color information
#C0DE5C (or 0xC0DE5C) is known color: Conifer. HEX triplet: C0, DE and 5C. RGB value is (192,222,92). Sum of RGB (Red+Green+Blue) = 192+222+92=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DE5C is #3F21A3. Grayscale: #C6C6C6. Windows color (decimal): -4137380 or 6086336. OLE color: 6086336.
HSL color Cylindrical-coordinate representation of color #C0DE5C: hue angle of 73.85º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0DE5C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 92 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.13 |
| HSL | 73.85º | 0.66% | 0.62% | - |
| HSV(B) | 73.85º | 0.59% | 0.87% | - |
| XYZ | 49.79 | 64.22 | 19.9 | - |
| YUV | 198.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 92 | 0.14 | 0 | 0.59 | 0.13 | 73.85 | 0.66 | 0.62 |
| Hex | C0 | DE | 5C | E | 0 | 3B | D | 4A | 42 | 3E |
| Octal | 300 | 336 | 134 | 16 | 0 | 73 | 15 | 112 | 102 | 76 |
| Binary | 11000000 | 11011110 | 1011100 | 1110 | 0 | 111011 | 1101 | 1001010 | 1000010 | 111110 |
Color Harmonies of #C0DE5C
Complementary color
Monochromatic Colors of #C0DE5C
Black with #C0DE5C
Text Example
Text Example
White with #C0DE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE5C; }
p { color: rgb(192,222,92); }
H1.HeaderClassName
{
color: #C0DE5C;
}
.AnyTagClassName
{
color: #C0DE5C;
}
</style>
background-color css
<style>
a { background-color: #C0DE5C; }
a { background-color: rgb(192,222,92); }
div.DivClassName
{
background-color: #C0DE5C;
}
.BgClassName
{
background-color: #C0DE5C;
}
</style>
border-color css
<style>
span { border-color: #C0DE5C; }
span { border-color: rgb(192,222,92); }
td.TdClassName
{
border-color: #C0DE5C;
}
.TagClassName
{
border-color: #C0DE5C;
}
</style>