Shades of Conifer #C0F65D
Tints of Conifer #C0F65D
RGB
CMYK
RGB Variations
Color information
#C0F65D (or 0xC0F65D) is known color: Conifer. HEX triplet: C0, F6 and 5D. RGB value is (192,246,93). Sum of RGB (Red+Green+Blue) = 192+246+93=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F65D is #3F09A2. Grayscale: #D4D4D4. Windows color (decimal): -4131235 or 6158016. OLE color: 6158016.
HSL color Cylindrical-coordinate representation of color #C0F65D: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F65D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 93 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.04 |
| HSL | 81.18º | 0.89% | 0.66% | - |
| HSV(B) | 81.18º | 0.62% | 0.96% | - |
| XYZ | 56.67 | 77.91 | 22.41 | - |
| YUV | 212.41 | 60.61 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 93 | 0.22 | 0 | 0.62 | 0.04 | 81.18 | 0.89 | 0.66 |
| Hex | C0 | F6 | 5D | 16 | 0 | 3E | 4 | 51 | 59 | 42 |
| Octal | 300 | 366 | 135 | 26 | 0 | 76 | 4 | 121 | 131 | 102 |
| Binary | 11000000 | 11110110 | 1011101 | 10110 | 0 | 111110 | 100 | 1010001 | 1011001 | 1000010 |
Color Harmonies of #C0F65D
Complementary color
Monochromatic Colors of #C0F65D
Black with #C0F65D
Text Example
Text Example
White with #C0F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F65D; }
p { color: rgb(192,246,93); }
H1.HeaderClassName
{
color: #C0F65D;
}
.AnyTagClassName
{
color: #C0F65D;
}
</style>
background-color css
<style>
a { background-color: #C0F65D; }
a { background-color: rgb(192,246,93); }
div.DivClassName
{
background-color: #C0F65D;
}
.BgClassName
{
background-color: #C0F65D;
}
</style>
border-color css
<style>
span { border-color: #C0F65D; }
span { border-color: rgb(192,246,93); }
td.TdClassName
{
border-color: #C0F65D;
}
.TagClassName
{
border-color: #C0F65D;
}
</style>