Shades of Conifer #C3FC5B
Tints of Conifer #C3FC5B
RGB
CMYK
RGB Variations
Color information
#C3FC5B (or 0xC3FC5B) is known color: Conifer. HEX triplet: C3, FC and 5B. RGB value is (195,252,91). Sum of RGB (Red+Green+Blue) = 195+252+91=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FC5B is #3C03A4. Grayscale: #D9D9D9. Windows color (decimal): -3933093 or 6028483. OLE color: 6028483.
HSL color Cylindrical-coordinate representation of color #C3FC5B: hue angle of 81.24º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3FC5B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 91 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.01 |
| HSL | 81.24º | 0.96% | 0.67% | - |
| HSV(B) | 81.24º | 0.64% | 0.99% | - |
| XYZ | 59.2 | 81.98 | 22.6 | - |
| YUV | 216.6 | 57.12 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 91 | 0.23 | 0 | 0.64 | 0.01 | 81.24 | 0.96 | 0.67 |
| Hex | C3 | FC | 5B | 17 | 0 | 40 | 1 | 51 | 60 | 43 |
| Octal | 303 | 374 | 133 | 27 | 0 | 100 | 1 | 121 | 140 | 103 |
| Binary | 11000011 | 11111100 | 1011011 | 10111 | 0 | 1000000 | 1 | 1010001 | 1100000 | 1000011 |
Color Harmonies of #C3FC5B
Complementary color
Monochromatic Colors of #C3FC5B
Black with #C3FC5B
Text Example
Text Example
White with #C3FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FC5B; }
p { color: rgb(195,252,91); }
H1.HeaderClassName
{
color: #C3FC5B;
}
.AnyTagClassName
{
color: #C3FC5B;
}
</style>
background-color css
<style>
a { background-color: #C3FC5B; }
a { background-color: rgb(195,252,91); }
div.DivClassName
{
background-color: #C3FC5B;
}
.BgClassName
{
background-color: #C3FC5B;
}
</style>
border-color css
<style>
span { border-color: #C3FC5B; }
span { border-color: rgb(195,252,91); }
td.TdClassName
{
border-color: #C3FC5B;
}
.TagClassName
{
border-color: #C3FC5B;
}
</style>