Shades of Conifer #C3E650
Tints of Conifer #C3E650
RGB
CMYK
RGB Variations
Color information
#C3E650 (or 0xC3E650) is known color: Conifer. HEX triplet: C3, E6 and 50. RGB value is (195,230,80). Sum of RGB (Red+Green+Blue) = 195+230+80=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E650 is #3C19AF. Grayscale: #CBCBCB. Windows color (decimal): -3938736 or 5301955. OLE color: 5301955.
HSL color Cylindrical-coordinate representation of color #C3E650: hue angle of 74º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3E650 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 80 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.10 |
| HSL | 74º | 0.75% | 0.61% | - |
| HSV(B) | 74º | 0.65% | 0.9% | - |
| XYZ | 52.25 | 68.77 | 18.11 | - |
| YUV | 202.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 80 | 0.15 | 0 | 0.65 | 0.10 | 74 | 0.75 | 0.61 |
| Hex | C3 | E6 | 50 | F | 0 | 41 | A | 4A | 4B | 3D |
| Octal | 303 | 346 | 120 | 17 | 0 | 101 | 12 | 112 | 113 | 75 |
| Binary | 11000011 | 11100110 | 1010000 | 1111 | 0 | 1000001 | 1010 | 1001010 | 1001011 | 111101 |
Color Harmonies of #C3E650
Complementary color
Monochromatic Colors of #C3E650
Black with #C3E650
Text Example
Text Example
White with #C3E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E650; }
p { color: rgb(195,230,80); }
H1.HeaderClassName
{
color: #C3E650;
}
.AnyTagClassName
{
color: #C3E650;
}
</style>
background-color css
<style>
a { background-color: #C3E650; }
a { background-color: rgb(195,230,80); }
div.DivClassName
{
background-color: #C3E650;
}
.BgClassName
{
background-color: #C3E650;
}
</style>
border-color css
<style>
span { border-color: #C3E650; }
span { border-color: rgb(195,230,80); }
td.TdClassName
{
border-color: #C3E650;
}
.TagClassName
{
border-color: #C3E650;
}
</style>