Shades of Conifer #C3FF4F
Tints of Conifer #C3FF4F
RGB
CMYK
RGB Variations
Color information
#C3FF4F (or 0xC3FF4F) is known color: Conifer. HEX triplet: C3, FF and 4F. RGB value is (195,255,79). Sum of RGB (Red+Green+Blue) = 195+255+79=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FF4F is #3C00B0. Grayscale: #D9D9D9. Windows color (decimal): -3932337 or 5242819. OLE color: 5242819.
HSL color Cylindrical-coordinate representation of color #C3FF4F: hue angle of 80.45º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3FF4F is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 79 | - |
| CMYK | 0.24 | 0 | 0.69 | 0 |
| HSL | 80.45º | 1% | 0.65% | - |
| HSV(B) | 80.45º | 0.69% | 1% | - |
| XYZ | 59.68 | 83.69 | 20.4 | - |
| YUV | 217 | 50.12 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 79 | 0.24 | 0 | 0.69 | 0 | 80.45 | 1 | 0.65 |
| Hex | C3 | FF | 4F | 18 | 0 | 45 | 0 | 50 | 64 | 41 |
| Octal | 303 | 377 | 117 | 30 | 0 | 105 | 0 | 120 | 144 | 101 |
| Binary | 11000011 | 11111111 | 1001111 | 11000 | 0 | 1000101 | 0 | 1010000 | 1100100 | 1000001 |
Color Harmonies of #C3FF4F
Complementary color
Monochromatic Colors of #C3FF4F
Black with #C3FF4F
Text Example
Text Example
White with #C3FF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FF4F; }
p { color: rgb(195,255,79); }
H1.HeaderClassName
{
color: #C3FF4F;
}
.AnyTagClassName
{
color: #C3FF4F;
}
</style>
background-color css
<style>
a { background-color: #C3FF4F; }
a { background-color: rgb(195,255,79); }
div.DivClassName
{
background-color: #C3FF4F;
}
.BgClassName
{
background-color: #C3FF4F;
}
</style>
border-color css
<style>
span { border-color: #C3FF4F; }
span { border-color: rgb(195,255,79); }
td.TdClassName
{
border-color: #C3FF4F;
}
.TagClassName
{
border-color: #C3FF4F;
}
</style>