Shades of Conifer #C2F061
Tints of Conifer #C2F061
RGB
CMYK
RGB Variations
Color information
#C2F061 (or 0xC2F061) is known color: Conifer. HEX triplet: C2, F0 and 61. RGB value is (194,240,97). Sum of RGB (Red+Green+Blue) = 194+240+97=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F061 is #3D0F9E. Grayscale: #D2D2D2. Windows color (decimal): -4001695 or 6418626. OLE color: 6418626.
HSL color Cylindrical-coordinate representation of color #C2F061: hue angle of 79.3º 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 #C2F061 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 97 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.06 |
| HSL | 79.3º | 0.83% | 0.66% | - |
| HSV(B) | 79.3º | 0.6% | 0.94% | - |
| XYZ | 55.57 | 74.65 | 22.79 | - |
| YUV | 209.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 97 | 0.19 | 0 | 0.60 | 0.06 | 79.3 | 0.83 | 0.66 |
| Hex | C2 | F0 | 61 | 13 | 0 | 3C | 6 | 4F | 53 | 42 |
| Octal | 302 | 360 | 141 | 23 | 0 | 74 | 6 | 117 | 123 | 102 |
| Binary | 11000010 | 11110000 | 1100001 | 10011 | 0 | 111100 | 110 | 1001111 | 1010011 | 1000010 |
Color Harmonies of #C2F061
Complementary color
Monochromatic Colors of #C2F061
Black with #C2F061
Text Example
Text Example
White with #C2F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F061; }
p { color: rgb(194,240,97); }
H1.HeaderClassName
{
color: #C2F061;
}
.AnyTagClassName
{
color: #C2F061;
}
</style>
background-color css
<style>
a { background-color: #C2F061; }
a { background-color: rgb(194,240,97); }
div.DivClassName
{
background-color: #C2F061;
}
.BgClassName
{
background-color: #C2F061;
}
</style>
border-color css
<style>
span { border-color: #C2F061; }
span { border-color: rgb(194,240,97); }
td.TdClassName
{
border-color: #C2F061;
}
.TagClassName
{
border-color: #C2F061;
}
</style>