Shades of Conifer #C0F75D
Tints of Conifer #C0F75D
RGB
CMYK
RGB Variations
Color information
#C0F75D (or 0xC0F75D) is known color: Conifer. HEX triplet: C0, F7 and 5D. RGB value is (192,247,93). Sum of RGB (Red+Green+Blue) = 192+247+93=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F75D is #3F08A2. Grayscale: #D5D5D5. Windows color (decimal): -4130979 or 6158272. OLE color: 6158272.
HSL color Cylindrical-coordinate representation of color #C0F75D: hue angle of 81.43º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F75D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 93 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.03 |
| HSL | 81.43º | 0.91% | 0.67% | - |
| HSV(B) | 81.43º | 0.62% | 0.97% | - |
| XYZ | 56.97 | 78.52 | 22.51 | - |
| YUV | 213 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 93 | 0.22 | 0 | 0.62 | 0.03 | 81.43 | 0.91 | 0.67 |
| Hex | C0 | F7 | 5D | 16 | 0 | 3E | 3 | 51 | 5B | 43 |
| Octal | 300 | 367 | 135 | 26 | 0 | 76 | 3 | 121 | 133 | 103 |
| Binary | 11000000 | 11110111 | 1011101 | 10110 | 0 | 111110 | 11 | 1010001 | 1011011 | 1000011 |
Color Harmonies of #C0F75D
Complementary color
Monochromatic Colors of #C0F75D
Black with #C0F75D
Text Example
Text Example
White with #C0F75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F75D; }
p { color: rgb(192,247,93); }
H1.HeaderClassName
{
color: #C0F75D;
}
.AnyTagClassName
{
color: #C0F75D;
}
</style>
background-color css
<style>
a { background-color: #C0F75D; }
a { background-color: rgb(192,247,93); }
div.DivClassName
{
background-color: #C0F75D;
}
.BgClassName
{
background-color: #C0F75D;
}
</style>
border-color css
<style>
span { border-color: #C0F75D; }
span { border-color: rgb(192,247,93); }
td.TdClassName
{
border-color: #C0F75D;
}
.TagClassName
{
border-color: #C0F75D;
}
</style>