Shades of Conifer #C0F143
Tints of Conifer #C0F143
RGB
CMYK
RGB Variations
Color information
#C0F143 (or 0xC0F143) is known color: Conifer. HEX triplet: C0, F1 and 43. RGB value is (192,241,67). Sum of RGB (Red+Green+Blue) = 192+241+67=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F143 is #3F0EBC. Grayscale: #CFCFCF. Windows color (decimal): -4132541 or 4452800. OLE color: 4452800.
HSL color Cylindrical-coordinate representation of color #C0F143: hue angle of 76.9º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0F143 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 67 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.05 |
| HSL | 76.9º | 0.86% | 0.6% | - |
| HSV(B) | 76.9º | 0.72% | 0.95% | - |
| XYZ | 54.21 | 74.52 | 16.84 | - |
| YUV | 206.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 67 | 0.20 | 0 | 0.72 | 0.05 | 76.9 | 0.86 | 0.6 |
| Hex | C0 | F1 | 43 | 14 | 0 | 48 | 5 | 4D | 56 | 3C |
| Octal | 300 | 361 | 103 | 24 | 0 | 110 | 5 | 115 | 126 | 74 |
| Binary | 11000000 | 11110001 | 1000011 | 10100 | 0 | 1001000 | 101 | 1001101 | 1010110 | 111100 |
Color Harmonies of #C0F143
Complementary color
Monochromatic Colors of #C0F143
Black with #C0F143
Text Example
Text Example
White with #C0F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F143; }
p { color: rgb(192,241,67); }
H1.HeaderClassName
{
color: #C0F143;
}
.AnyTagClassName
{
color: #C0F143;
}
</style>
background-color css
<style>
a { background-color: #C0F143; }
a { background-color: rgb(192,241,67); }
div.DivClassName
{
background-color: #C0F143;
}
.BgClassName
{
background-color: #C0F143;
}
</style>
border-color css
<style>
span { border-color: #C0F143; }
span { border-color: rgb(192,241,67); }
td.TdClassName
{
border-color: #C0F143;
}
.TagClassName
{
border-color: #C0F143;
}
</style>