Shades of Conifer #C3F64A
Tints of Conifer #C3F64A
RGB
CMYK
RGB Variations
Color information
#C3F64A (or 0xC3F64A) is known color: Conifer. HEX triplet: C3, F6 and 4A. RGB value is (195,246,74). Sum of RGB (Red+Green+Blue) = 195+246+74=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #C3F64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F64A is #3C09B5. Grayscale: #D3D3D3. Windows color (decimal): -3934646 or 4912835. OLE color: 4912835.
HSL color Cylindrical-coordinate representation of color #C3F64A: hue angle of 77.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3F64A is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 246 | 74 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.04 |
| HSL | 77.79º | 0.91% | 0.63% | - |
| HSV(B) | 77.79º | 0.7% | 0.96% | - |
| XYZ | 56.7 | 78.01 | 18.55 | - |
| YUV | 211.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 246 | 74 | 0.21 | 0 | 0.70 | 0.04 | 77.79 | 0.91 | 0.63 |
| Hex | C3 | F6 | 4A | 15 | 0 | 46 | 4 | 4E | 5B | 3F |
| Octal | 303 | 366 | 112 | 25 | 0 | 106 | 4 | 116 | 133 | 77 |
| Binary | 11000011 | 11110110 | 1001010 | 10101 | 0 | 1000110 | 100 | 1001110 | 1011011 | 111111 |
Color Harmonies of #C3F64A
Complementary color
Monochromatic Colors of #C3F64A
Black with #C3F64A
Text Example
Text Example
White with #C3F64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F64A; }
p { color: rgb(195,246,74); }
H1.HeaderClassName
{
color: #C3F64A;
}
.AnyTagClassName
{
color: #C3F64A;
}
</style>
background-color css
<style>
a { background-color: #C3F64A; }
a { background-color: rgb(195,246,74); }
div.DivClassName
{
background-color: #C3F64A;
}
.BgClassName
{
background-color: #C3F64A;
}
</style>
border-color css
<style>
span { border-color: #C3F64A; }
span { border-color: rgb(195,246,74); }
td.TdClassName
{
border-color: #C3F64A;
}
.TagClassName
{
border-color: #C3F64A;
}
</style>