Shades of Conifer #C2F35C
Tints of Conifer #C2F35C
RGB
CMYK
RGB Variations
Color information
#C2F35C (or 0xC2F35C) is known color: Conifer. HEX triplet: C2, F3 and 5C. RGB value is (194,243,92). Sum of RGB (Red+Green+Blue) = 194+243+92=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F35C is #3D0CA3. Grayscale: #D3D3D3. Windows color (decimal): -4000932 or 6091714. OLE color: 6091714.
HSL color Cylindrical-coordinate representation of color #C2F35C: hue angle of 79.47º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2F35C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 92 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.05 |
| HSL | 79.47º | 0.86% | 0.66% | - |
| HSV(B) | 79.47º | 0.62% | 0.95% | - |
| XYZ | 56.23 | 76.34 | 21.9 | - |
| YUV | 211.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 92 | 0.20 | 0 | 0.62 | 0.05 | 79.47 | 0.86 | 0.66 |
| Hex | C2 | F3 | 5C | 14 | 0 | 3E | 5 | 4F | 56 | 42 |
| Octal | 302 | 363 | 134 | 24 | 0 | 76 | 5 | 117 | 126 | 102 |
| Binary | 11000010 | 11110011 | 1011100 | 10100 | 0 | 111110 | 101 | 1001111 | 1010110 | 1000010 |
Color Harmonies of #C2F35C
Complementary color
Monochromatic Colors of #C2F35C
Black with #C2F35C
Text Example
Text Example
White with #C2F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F35C; }
p { color: rgb(194,243,92); }
H1.HeaderClassName
{
color: #C2F35C;
}
.AnyTagClassName
{
color: #C2F35C;
}
</style>
background-color css
<style>
a { background-color: #C2F35C; }
a { background-color: rgb(194,243,92); }
div.DivClassName
{
background-color: #C2F35C;
}
.BgClassName
{
background-color: #C2F35C;
}
</style>
border-color css
<style>
span { border-color: #C2F35C; }
span { border-color: rgb(194,243,92); }
td.TdClassName
{
border-color: #C2F35C;
}
.TagClassName
{
border-color: #C2F35C;
}
</style>