Shades of Conifer #C2F75C
Tints of Conifer #C2F75C
RGB
CMYK
RGB Variations
Color information
#C2F75C (or 0xC2F75C) is known color: Conifer. HEX triplet: C2, F7 and 5C. RGB value is (194,247,92). Sum of RGB (Red+Green+Blue) = 194+247+92=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F75C is #3D08A3. Grayscale: #D6D6D6. Windows color (decimal): -3999908 or 6092738. OLE color: 6092738.
HSL color Cylindrical-coordinate representation of color #C2F75C: hue angle of 80.52º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2F75C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 92 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.03 |
| HSL | 80.52º | 0.91% | 0.66% | - |
| HSV(B) | 80.52º | 0.63% | 0.97% | - |
| XYZ | 57.44 | 78.76 | 22.3 | - |
| YUV | 213.48 | 59.44 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 92 | 0.21 | 0 | 0.63 | 0.03 | 80.52 | 0.91 | 0.66 |
| Hex | C2 | F7 | 5C | 15 | 0 | 3F | 3 | 51 | 5B | 42 |
| Octal | 302 | 367 | 134 | 25 | 0 | 77 | 3 | 121 | 133 | 102 |
| Binary | 11000010 | 11110111 | 1011100 | 10101 | 0 | 111111 | 11 | 1010001 | 1011011 | 1000010 |
Color Harmonies of #C2F75C
Complementary color
Monochromatic Colors of #C2F75C
Black with #C2F75C
Text Example
Text Example
White with #C2F75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F75C; }
p { color: rgb(194,247,92); }
H1.HeaderClassName
{
color: #C2F75C;
}
.AnyTagClassName
{
color: #C2F75C;
}
</style>
background-color css
<style>
a { background-color: #C2F75C; }
a { background-color: rgb(194,247,92); }
div.DivClassName
{
background-color: #C2F75C;
}
.BgClassName
{
background-color: #C2F75C;
}
</style>
border-color css
<style>
span { border-color: #C2F75C; }
span { border-color: rgb(194,247,92); }
td.TdClassName
{
border-color: #C2F75C;
}
.TagClassName
{
border-color: #C2F75C;
}
</style>