Shades of Conifer #C0F95D
Tints of Conifer #C0F95D
RGB
CMYK
RGB Variations
Color information
#C0F95D (or 0xC0F95D) is known color: Conifer. HEX triplet: C0, F9 and 5D. RGB value is (192,249,93). Sum of RGB (Red+Green+Blue) = 192+249+93=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F95D is #3F06A2. Grayscale: #D6D6D6. Windows color (decimal): -4130467 or 6158784. OLE color: 6158784.
HSL color Cylindrical-coordinate representation of color #C0F95D: hue angle of 81.92º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F95D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 93 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.02 |
| HSL | 81.92º | 0.93% | 0.67% | - |
| HSV(B) | 81.92º | 0.63% | 0.98% | - |
| XYZ | 57.59 | 79.75 | 22.71 | - |
| YUV | 214.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 93 | 0.23 | 0 | 0.63 | 0.02 | 81.92 | 0.93 | 0.67 |
| Hex | C0 | F9 | 5D | 17 | 0 | 3F | 2 | 52 | 5D | 43 |
| Octal | 300 | 371 | 135 | 27 | 0 | 77 | 2 | 122 | 135 | 103 |
| Binary | 11000000 | 11111001 | 1011101 | 10111 | 0 | 111111 | 10 | 1010010 | 1011101 | 1000011 |
Color Harmonies of #C0F95D
Complementary color
Monochromatic Colors of #C0F95D
Black with #C0F95D
Text Example
Text Example
White with #C0F95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F95D; }
p { color: rgb(192,249,93); }
H1.HeaderClassName
{
color: #C0F95D;
}
.AnyTagClassName
{
color: #C0F95D;
}
</style>
background-color css
<style>
a { background-color: #C0F95D; }
a { background-color: rgb(192,249,93); }
div.DivClassName
{
background-color: #C0F95D;
}
.BgClassName
{
background-color: #C0F95D;
}
</style>
border-color css
<style>
span { border-color: #C0F95D; }
span { border-color: rgb(192,249,93); }
td.TdClassName
{
border-color: #C0F95D;
}
.TagClassName
{
border-color: #C0F95D;
}
</style>