Shades of Conifer #C2F148
Tints of Conifer #C2F148
RGB
CMYK
RGB Variations
Color information
#C2F148 (or 0xC2F148) is known color: Conifer. HEX triplet: C2, F1 and 48. RGB value is (194,241,72). Sum of RGB (Red+Green+Blue) = 194+241+72=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F148 is #3D0EB7. Grayscale: #D0D0D0. Windows color (decimal): -4001464 or 4780482. OLE color: 4780482.
HSL color Cylindrical-coordinate representation of color #C2F148: hue angle of 76.69º 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 #C2F148 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 72 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.05 |
| HSL | 76.69º | 0.86% | 0.61% | - |
| HSV(B) | 76.69º | 0.7% | 0.95% | - |
| XYZ | 54.87 | 74.85 | 17.69 | - |
| YUV | 207.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 72 | 0.20 | 0 | 0.70 | 0.05 | 76.69 | 0.86 | 0.61 |
| Hex | C2 | F1 | 48 | 14 | 0 | 46 | 5 | 4D | 56 | 3D |
| Octal | 302 | 361 | 110 | 24 | 0 | 106 | 5 | 115 | 126 | 75 |
| Binary | 11000010 | 11110001 | 1001000 | 10100 | 0 | 1000110 | 101 | 1001101 | 1010110 | 111101 |
Color Harmonies of #C2F148
Complementary color
Monochromatic Colors of #C2F148
Black with #C2F148
Text Example
Text Example
White with #C2F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F148; }
p { color: rgb(194,241,72); }
H1.HeaderClassName
{
color: #C2F148;
}
.AnyTagClassName
{
color: #C2F148;
}
</style>
background-color css
<style>
a { background-color: #C2F148; }
a { background-color: rgb(194,241,72); }
div.DivClassName
{
background-color: #C2F148;
}
.BgClassName
{
background-color: #C2F148;
}
</style>
border-color css
<style>
span { border-color: #C2F148; }
span { border-color: rgb(194,241,72); }
td.TdClassName
{
border-color: #C2F148;
}
.TagClassName
{
border-color: #C2F148;
}
</style>