Shades of Conifer #C0DF5D
Tints of Conifer #C0DF5D
RGB
CMYK
RGB Variations
Color information
#C0DF5D (or 0xC0DF5D) is known color: Conifer. HEX triplet: C0, DF and 5D. RGB value is (192,223,93). Sum of RGB (Red+Green+Blue) = 192+223+93=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF5D is #3F20A2. Grayscale: #C7C7C7. Windows color (decimal): -4137123 or 6152128. OLE color: 6152128.
HSL color Cylindrical-coordinate representation of color #C0DF5D: hue angle of 74.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0DF5D is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 93 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.13 |
| HSL | 74.31º | 0.67% | 0.62% | - |
| HSV(B) | 74.31º | 0.58% | 0.87% | - |
| XYZ | 50.1 | 64.77 | 20.22 | - |
| YUV | 198.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 93 | 0.14 | 0 | 0.58 | 0.13 | 74.31 | 0.67 | 0.62 |
| Hex | C0 | DF | 5D | E | 0 | 3A | D | 4A | 43 | 3E |
| Octal | 300 | 337 | 135 | 16 | 0 | 72 | 15 | 112 | 103 | 76 |
| Binary | 11000000 | 11011111 | 1011101 | 1110 | 0 | 111010 | 1101 | 1001010 | 1000011 | 111110 |
Color Harmonies of #C0DF5D
Complementary color
Monochromatic Colors of #C0DF5D
Black with #C0DF5D
Text Example
Text Example
White with #C0DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF5D; }
p { color: rgb(192,223,93); }
H1.HeaderClassName
{
color: #C0DF5D;
}
.AnyTagClassName
{
color: #C0DF5D;
}
</style>
background-color css
<style>
a { background-color: #C0DF5D; }
a { background-color: rgb(192,223,93); }
div.DivClassName
{
background-color: #C0DF5D;
}
.BgClassName
{
background-color: #C0DF5D;
}
</style>
border-color css
<style>
span { border-color: #C0DF5D; }
span { border-color: rgb(192,223,93); }
td.TdClassName
{
border-color: #C0DF5D;
}
.TagClassName
{
border-color: #C0DF5D;
}
</style>