Shades of Conifer #C2F34F
Tints of Conifer #C2F34F
RGB
CMYK
RGB Variations
Color information
#C2F34F (or 0xC2F34F) is known color: Conifer. HEX triplet: C2, F3 and 4F. RGB value is (194,243,79). Sum of RGB (Red+Green+Blue) = 194+243+79=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F34F is #3D0CB0. Grayscale: #D2D2D2. Windows color (decimal): -4000945 or 5239746. OLE color: 5239746.
HSL color Cylindrical-coordinate representation of color #C2F34F: hue angle of 77.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2F34F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 79 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.05 |
| HSL | 77.93º | 0.87% | 0.63% | - |
| HSV(B) | 77.93º | 0.67% | 0.95% | - |
| XYZ | 55.71 | 76.14 | 19.16 | - |
| YUV | 209.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 79 | 0.20 | 0 | 0.67 | 0.05 | 77.93 | 0.87 | 0.63 |
| Hex | C2 | F3 | 4F | 14 | 0 | 43 | 5 | 4E | 57 | 3F |
| Octal | 302 | 363 | 117 | 24 | 0 | 103 | 5 | 116 | 127 | 77 |
| Binary | 11000010 | 11110011 | 1001111 | 10100 | 0 | 1000011 | 101 | 1001110 | 1010111 | 111111 |
Color Harmonies of #C2F34F
Complementary color
Monochromatic Colors of #C2F34F
Black with #C2F34F
Text Example
Text Example
White with #C2F34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F34F; }
p { color: rgb(194,243,79); }
H1.HeaderClassName
{
color: #C2F34F;
}
.AnyTagClassName
{
color: #C2F34F;
}
</style>
background-color css
<style>
a { background-color: #C2F34F; }
a { background-color: rgb(194,243,79); }
div.DivClassName
{
background-color: #C2F34F;
}
.BgClassName
{
background-color: #C2F34F;
}
</style>
border-color css
<style>
span { border-color: #C2F34F; }
span { border-color: rgb(194,243,79); }
td.TdClassName
{
border-color: #C2F34F;
}
.TagClassName
{
border-color: #C2F34F;
}
</style>