Shades of Conifer #C3F061
Tints of Conifer #C3F061
RGB
CMYK
RGB Variations
Color information
#C3F061 (or 0xC3F061) is known color: Conifer. HEX triplet: C3, F0 and 61. RGB value is (195,240,97). Sum of RGB (Red+Green+Blue) = 195+240+97=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F061 is #3C0F9E. Grayscale: #D2D2D2. Windows color (decimal): -3936159 or 6418627. OLE color: 6418627.
HSL color Cylindrical-coordinate representation of color #C3F061: hue angle of 78.88º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3F061 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 97 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.06 |
| HSL | 78.88º | 0.83% | 0.66% | - |
| HSV(B) | 78.88º | 0.6% | 0.94% | - |
| XYZ | 55.82 | 74.79 | 22.8 | - |
| YUV | 210.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 97 | 0.19 | 0 | 0.60 | 0.06 | 78.88 | 0.83 | 0.66 |
| Hex | C3 | F0 | 61 | 13 | 0 | 3C | 6 | 4F | 53 | 42 |
| Octal | 303 | 360 | 141 | 23 | 0 | 74 | 6 | 117 | 123 | 102 |
| Binary | 11000011 | 11110000 | 1100001 | 10011 | 0 | 111100 | 110 | 1001111 | 1010011 | 1000010 |
Color Harmonies of #C3F061
Complementary color
Monochromatic Colors of #C3F061
Black with #C3F061
Text Example
Text Example
White with #C3F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F061; }
p { color: rgb(195,240,97); }
H1.HeaderClassName
{
color: #C3F061;
}
.AnyTagClassName
{
color: #C3F061;
}
</style>
background-color css
<style>
a { background-color: #C3F061; }
a { background-color: rgb(195,240,97); }
div.DivClassName
{
background-color: #C3F061;
}
.BgClassName
{
background-color: #C3F061;
}
</style>
border-color css
<style>
span { border-color: #C3F061; }
span { border-color: rgb(195,240,97); }
td.TdClassName
{
border-color: #C3F061;
}
.TagClassName
{
border-color: #C3F061;
}
</style>