Shades of Conifer #C3F756
Tints of Conifer #C3F756
RGB
CMYK
RGB Variations
Color information
#C3F756 (or 0xC3F756) is known color: Conifer. HEX triplet: C3, F7 and 56. RGB value is (195,247,86). Sum of RGB (Red+Green+Blue) = 195+247+86=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F756 is #3C08A9. Grayscale: #D5D5D5. Windows color (decimal): -3934378 or 5699523. OLE color: 5699523.
HSL color Cylindrical-coordinate representation of color #C3F756: hue angle of 79.38º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3F756 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 86 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.03 |
| HSL | 79.38º | 0.91% | 0.65% | - |
| HSV(B) | 79.38º | 0.65% | 0.97% | - |
| XYZ | 57.45 | 78.8 | 20.99 | - |
| YUV | 213.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 86 | 0.21 | 0 | 0.65 | 0.03 | 79.38 | 0.91 | 0.65 |
| Hex | C3 | F7 | 56 | 15 | 0 | 41 | 3 | 4F | 5B | 41 |
| Octal | 303 | 367 | 126 | 25 | 0 | 101 | 3 | 117 | 133 | 101 |
| Binary | 11000011 | 11110111 | 1010110 | 10101 | 0 | 1000001 | 11 | 1001111 | 1011011 | 1000001 |
Color Harmonies of #C3F756
Complementary color
Monochromatic Colors of #C3F756
Black with #C3F756
Text Example
Text Example
White with #C3F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F756; }
p { color: rgb(195,247,86); }
H1.HeaderClassName
{
color: #C3F756;
}
.AnyTagClassName
{
color: #C3F756;
}
</style>
background-color css
<style>
a { background-color: #C3F756; }
a { background-color: rgb(195,247,86); }
div.DivClassName
{
background-color: #C3F756;
}
.BgClassName
{
background-color: #C3F756;
}
</style>
border-color css
<style>
span { border-color: #C3F756; }
span { border-color: rgb(195,247,86); }
td.TdClassName
{
border-color: #C3F756;
}
.TagClassName
{
border-color: #C3F756;
}
</style>