Shades of Conifer #C3FC5D
Tints of Conifer #C3FC5D
RGB
CMYK
RGB Variations
Color information
#C3FC5D (or 0xC3FC5D) is known color: Conifer. HEX triplet: C3, FC and 5D. RGB value is (195,252,93). Sum of RGB (Red+Green+Blue) = 195+252+93=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FC5D is #3C03A2. Grayscale: #D9D9D9. Windows color (decimal): -3933091 or 6159555. OLE color: 6159555.
HSL color Cylindrical-coordinate representation of color #C3FC5D: hue angle of 81.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3FC5D is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 93 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.01 |
| HSL | 81.51º | 0.96% | 0.68% | - |
| HSV(B) | 81.51º | 0.63% | 0.99% | - |
| XYZ | 59.29 | 82.01 | 23.06 | - |
| YUV | 216.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 93 | 0.23 | 0 | 0.63 | 0.01 | 81.51 | 0.96 | 0.68 |
| Hex | C3 | FC | 5D | 17 | 0 | 3F | 1 | 52 | 60 | 44 |
| Octal | 303 | 374 | 135 | 27 | 0 | 77 | 1 | 122 | 140 | 104 |
| Binary | 11000011 | 11111100 | 1011101 | 10111 | 0 | 111111 | 1 | 1010010 | 1100000 | 1000100 |
Color Harmonies of #C3FC5D
Complementary color
Monochromatic Colors of #C3FC5D
Black with #C3FC5D
Text Example
Text Example
White with #C3FC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC5D; }
p { color: rgb(195,252,93); }
H1.HeaderClassName
{
color: #C3FC5D;
}
.AnyTagClassName
{
color: #C3FC5D;
}
</style>
background-color css
<style>
a { background-color: #C3FC5D; }
a { background-color: rgb(195,252,93); }
div.DivClassName
{
background-color: #C3FC5D;
}
.BgClassName
{
background-color: #C3FC5D;
}
</style>
border-color css
<style>
span { border-color: #C3FC5D; }
span { border-color: rgb(195,252,93); }
td.TdClassName
{
border-color: #C3FC5D;
}
.TagClassName
{
border-color: #C3FC5D;
}
</style>