Shades of Conifer #C3F14B
Tints of Conifer #C3F14B
RGB
CMYK
RGB Variations
Color information
#C3F14B (or 0xC3F14B) is known color: Conifer. HEX triplet: C3, F1 and 4B. RGB value is (195,241,75). Sum of RGB (Red+Green+Blue) = 195+241+75=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F14B is #3C0EB4. Grayscale: #D0D0D0. Windows color (decimal): -3935925 or 4977091. OLE color: 4977091.
HSL color Cylindrical-coordinate representation of color #C3F14B: hue angle of 76.63º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3F14B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 75 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.05 |
| HSL | 76.63º | 0.86% | 0.62% | - |
| HSV(B) | 76.63º | 0.69% | 0.95% | - |
| XYZ | 55.23 | 75.02 | 18.23 | - |
| YUV | 208.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 75 | 0.19 | 0 | 0.69 | 0.05 | 76.63 | 0.86 | 0.62 |
| Hex | C3 | F1 | 4B | 13 | 0 | 45 | 5 | 4D | 56 | 3E |
| Octal | 303 | 361 | 113 | 23 | 0 | 105 | 5 | 115 | 126 | 76 |
| Binary | 11000011 | 11110001 | 1001011 | 10011 | 0 | 1000101 | 101 | 1001101 | 1010110 | 111110 |
Color Harmonies of #C3F14B
Complementary color
Monochromatic Colors of #C3F14B
Black with #C3F14B
Text Example
Text Example
White with #C3F14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F14B; }
p { color: rgb(195,241,75); }
H1.HeaderClassName
{
color: #C3F14B;
}
.AnyTagClassName
{
color: #C3F14B;
}
</style>
background-color css
<style>
a { background-color: #C3F14B; }
a { background-color: rgb(195,241,75); }
div.DivClassName
{
background-color: #C3F14B;
}
.BgClassName
{
background-color: #C3F14B;
}
</style>
border-color css
<style>
span { border-color: #C3F14B; }
span { border-color: rgb(195,241,75); }
td.TdClassName
{
border-color: #C3F14B;
}
.TagClassName
{
border-color: #C3F14B;
}
</style>