Shades of Conifer #C2F05F
Tints of Conifer #C2F05F
RGB
CMYK
RGB Variations
Color information
#C2F05F (or 0xC2F05F) is known color: Conifer. HEX triplet: C2, F0 and 5F. RGB value is (194,240,95). Sum of RGB (Red+Green+Blue) = 194+240+95=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F05F is #3D0FA0. Grayscale: #D2D2D2. Windows color (decimal): -4001697 or 6287554. OLE color: 6287554.
HSL color Cylindrical-coordinate representation of color #C2F05F: hue angle of 79.03º 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 #C2F05F is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 95 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.06 |
| HSL | 79.03º | 0.83% | 0.66% | - |
| HSV(B) | 79.03º | 0.6% | 0.94% | - |
| XYZ | 55.47 | 74.62 | 22.3 | - |
| YUV | 209.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 95 | 0.19 | 0 | 0.60 | 0.06 | 79.03 | 0.83 | 0.66 |
| Hex | C2 | F0 | 5F | 13 | 0 | 3C | 6 | 4F | 53 | 42 |
| Octal | 302 | 360 | 137 | 23 | 0 | 74 | 6 | 117 | 123 | 102 |
| Binary | 11000010 | 11110000 | 1011111 | 10011 | 0 | 111100 | 110 | 1001111 | 1010011 | 1000010 |
Color Harmonies of #C2F05F
Complementary color
Monochromatic Colors of #C2F05F
Black with #C2F05F
Text Example
Text Example
White with #C2F05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F05F; }
p { color: rgb(194,240,95); }
H1.HeaderClassName
{
color: #C2F05F;
}
.AnyTagClassName
{
color: #C2F05F;
}
</style>
background-color css
<style>
a { background-color: #C2F05F; }
a { background-color: rgb(194,240,95); }
div.DivClassName
{
background-color: #C2F05F;
}
.BgClassName
{
background-color: #C2F05F;
}
</style>
border-color css
<style>
span { border-color: #C2F05F; }
span { border-color: rgb(194,240,95); }
td.TdClassName
{
border-color: #C2F05F;
}
.TagClassName
{
border-color: #C2F05F;
}
</style>