Shades of Conifer #C3FB5A
Tints of Conifer #C3FB5A
RGB
CMYK
RGB Variations
Color information
#C3FB5A (or 0xC3FB5A) is known color: Conifer. HEX triplet: C3, FB and 5A. RGB value is (195,251,90). Sum of RGB (Red+Green+Blue) = 195+251+90=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FB5A is #3C04A5. Grayscale: #D8D8D8. Windows color (decimal): -3933350 or 5962691. OLE color: 5962691.
HSL color Cylindrical-coordinate representation of color #C3FB5A: hue angle of 80.87º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3FB5A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 90 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.02 |
| HSL | 80.87º | 0.95% | 0.67% | - |
| HSV(B) | 80.87º | 0.64% | 0.98% | - |
| XYZ | 58.85 | 81.33 | 22.27 | - |
| YUV | 215.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 90 | 0.22 | 0 | 0.64 | 0.02 | 80.87 | 0.95 | 0.67 |
| Hex | C3 | FB | 5A | 16 | 0 | 40 | 2 | 51 | 5F | 43 |
| Octal | 303 | 373 | 132 | 26 | 0 | 100 | 2 | 121 | 137 | 103 |
| Binary | 11000011 | 11111011 | 1011010 | 10110 | 0 | 1000000 | 10 | 1010001 | 1011111 | 1000011 |
Color Harmonies of #C3FB5A
Complementary color
Monochromatic Colors of #C3FB5A
Black with #C3FB5A
Text Example
Text Example
White with #C3FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB5A; }
p { color: rgb(195,251,90); }
H1.HeaderClassName
{
color: #C3FB5A;
}
.AnyTagClassName
{
color: #C3FB5A;
}
</style>
background-color css
<style>
a { background-color: #C3FB5A; }
a { background-color: rgb(195,251,90); }
div.DivClassName
{
background-color: #C3FB5A;
}
.BgClassName
{
background-color: #C3FB5A;
}
</style>
border-color css
<style>
span { border-color: #C3FB5A; }
span { border-color: rgb(195,251,90); }
td.TdClassName
{
border-color: #C3FB5A;
}
.TagClassName
{
border-color: #C3FB5A;
}
</style>