Shades of Conifer #C3FB5D
Tints of Conifer #C3FB5D
RGB
CMYK
RGB Variations
Color information
#C3FB5D (or 0xC3FB5D) is known color: Conifer. HEX triplet: C3, FB and 5D. RGB value is (195,251,93). Sum of RGB (Red+Green+Blue) = 195+251+93=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #C3FB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FB5D is #3C04A2. Grayscale: #D8D8D8. Windows color (decimal): -3933347 or 6159299. OLE color: 6159299.
HSL color Cylindrical-coordinate representation of color #C3FB5D: hue angle of 81.27º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3FB5D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 251 | 93 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.02 |
| HSL | 81.27º | 0.95% | 0.67% | - |
| HSV(B) | 81.27º | 0.63% | 0.98% | - |
| XYZ | 58.98 | 81.39 | 22.96 | - |
| YUV | 216.24 | 58.45 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 251 | 93 | 0.22 | 0 | 0.63 | 0.02 | 81.27 | 0.95 | 0.67 |
| Hex | C3 | FB | 5D | 16 | 0 | 3F | 2 | 51 | 5F | 43 |
| Octal | 303 | 373 | 135 | 26 | 0 | 77 | 2 | 121 | 137 | 103 |
| Binary | 11000011 | 11111011 | 1011101 | 10110 | 0 | 111111 | 10 | 1010001 | 1011111 | 1000011 |
Color Harmonies of #C3FB5D
Complementary color
Monochromatic Colors of #C3FB5D
Black with #C3FB5D
Text Example
Text Example
White with #C3FB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FB5D; }
p { color: rgb(195,251,93); }
H1.HeaderClassName
{
color: #C3FB5D;
}
.AnyTagClassName
{
color: #C3FB5D;
}
</style>
background-color css
<style>
a { background-color: #C3FB5D; }
a { background-color: rgb(195,251,93); }
div.DivClassName
{
background-color: #C3FB5D;
}
.BgClassName
{
background-color: #C3FB5D;
}
</style>
border-color css
<style>
span { border-color: #C3FB5D; }
span { border-color: rgb(195,251,93); }
td.TdClassName
{
border-color: #C3FB5D;
}
.TagClassName
{
border-color: #C3FB5D;
}
</style>