Shades of Conifer #C0F346
Tints of Conifer #C0F346
RGB
CMYK
RGB Variations
Color information
#C0F346 (or 0xC0F346) is known color: Conifer. HEX triplet: C0, F3 and 46. RGB value is (192,243,70). Sum of RGB (Red+Green+Blue) = 192+243+70=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F346 is #3F0CB9. Grayscale: #D0D0D0. Windows color (decimal): -4132026 or 4649920. OLE color: 4649920.
HSL color Cylindrical-coordinate representation of color #C0F346: hue angle of 77.69º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F346 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 70 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.05 |
| HSL | 77.69º | 0.88% | 0.61% | - |
| HSV(B) | 77.69º | 0.71% | 0.95% | - |
| XYZ | 54.89 | 75.75 | 17.52 | - |
| YUV | 208.03 | 50.1 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 70 | 0.21 | 0 | 0.71 | 0.05 | 77.69 | 0.88 | 0.61 |
| Hex | C0 | F3 | 46 | 15 | 0 | 47 | 5 | 4E | 58 | 3D |
| Octal | 300 | 363 | 106 | 25 | 0 | 107 | 5 | 116 | 130 | 75 |
| Binary | 11000000 | 11110011 | 1000110 | 10101 | 0 | 1000111 | 101 | 1001110 | 1011000 | 111101 |
Color Harmonies of #C0F346
Complementary color
Monochromatic Colors of #C0F346
Black with #C0F346
Text Example
Text Example
White with #C0F346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F346; }
p { color: rgb(192,243,70); }
H1.HeaderClassName
{
color: #C0F346;
}
.AnyTagClassName
{
color: #C0F346;
}
</style>
background-color css
<style>
a { background-color: #C0F346; }
a { background-color: rgb(192,243,70); }
div.DivClassName
{
background-color: #C0F346;
}
.BgClassName
{
background-color: #C0F346;
}
</style>
border-color css
<style>
span { border-color: #C0F346; }
span { border-color: rgb(192,243,70); }
td.TdClassName
{
border-color: #C0F346;
}
.TagClassName
{
border-color: #C0F346;
}
</style>