Shades of Conifer #C0F148
Tints of Conifer #C0F148
RGB
CMYK
RGB Variations
Color information
#C0F148 (or 0xC0F148) is known color: Conifer. HEX triplet: C0, F1 and 48. RGB value is (192,241,72). Sum of RGB (Red+Green+Blue) = 192+241+72=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F148 is #3F0EB7. Grayscale: #CFCFCF. Windows color (decimal): -4132536 or 4780480. OLE color: 4780480.
HSL color Cylindrical-coordinate representation of color #C0F148: hue angle of 77.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0F148 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 72 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.05 |
| HSL | 77.4º | 0.86% | 0.61% | - |
| HSV(B) | 77.4º | 0.7% | 0.95% | - |
| XYZ | 54.36 | 74.58 | 17.66 | - |
| YUV | 207.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 72 | 0.20 | 0 | 0.70 | 0.05 | 77.4 | 0.86 | 0.61 |
| Hex | C0 | F1 | 48 | 14 | 0 | 46 | 5 | 4D | 56 | 3D |
| Octal | 300 | 361 | 110 | 24 | 0 | 106 | 5 | 115 | 126 | 75 |
| Binary | 11000000 | 11110001 | 1001000 | 10100 | 0 | 1000110 | 101 | 1001101 | 1010110 | 111101 |
Color Harmonies of #C0F148
Complementary color
Monochromatic Colors of #C0F148
Black with #C0F148
Text Example
Text Example
White with #C0F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F148; }
p { color: rgb(192,241,72); }
H1.HeaderClassName
{
color: #C0F148;
}
.AnyTagClassName
{
color: #C0F148;
}
</style>
background-color css
<style>
a { background-color: #C0F148; }
a { background-color: rgb(192,241,72); }
div.DivClassName
{
background-color: #C0F148;
}
.BgClassName
{
background-color: #C0F148;
}
</style>
border-color css
<style>
span { border-color: #C0F148; }
span { border-color: rgb(192,241,72); }
td.TdClassName
{
border-color: #C0F148;
}
.TagClassName
{
border-color: #C0F148;
}
</style>