Shades of Conifer #C3EF60
Tints of Conifer #C3EF60
RGB
CMYK
RGB Variations
Color information
#C3EF60 (or 0xC3EF60) is known color: Conifer. HEX triplet: C3, EF and 60. RGB value is (195,239,96). Sum of RGB (Red+Green+Blue) = 195+239+96=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF60 is #3C109F. Grayscale: #D2D2D2. Windows color (decimal): -3936416 or 6352835. OLE color: 6352835.
HSL color Cylindrical-coordinate representation of color #C3EF60: hue angle of 78.46º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3EF60 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 96 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.06 |
| HSL | 78.46º | 0.82% | 0.66% | - |
| HSV(B) | 78.46º | 0.6% | 0.94% | - |
| XYZ | 55.48 | 74.18 | 22.46 | - |
| YUV | 209.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 96 | 0.18 | 0 | 0.60 | 0.06 | 78.46 | 0.82 | 0.66 |
| Hex | C3 | EF | 60 | 12 | 0 | 3C | 6 | 4E | 52 | 42 |
| Octal | 303 | 357 | 140 | 22 | 0 | 74 | 6 | 116 | 122 | 102 |
| Binary | 11000011 | 11101111 | 1100000 | 10010 | 0 | 111100 | 110 | 1001110 | 1010010 | 1000010 |
Color Harmonies of #C3EF60
Complementary color
Monochromatic Colors of #C3EF60
Black with #C3EF60
Text Example
Text Example
White with #C3EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF60; }
p { color: rgb(195,239,96); }
H1.HeaderClassName
{
color: #C3EF60;
}
.AnyTagClassName
{
color: #C3EF60;
}
</style>
background-color css
<style>
a { background-color: #C3EF60; }
a { background-color: rgb(195,239,96); }
div.DivClassName
{
background-color: #C3EF60;
}
.BgClassName
{
background-color: #C3EF60;
}
</style>
border-color css
<style>
span { border-color: #C3EF60; }
span { border-color: rgb(195,239,96); }
td.TdClassName
{
border-color: #C3EF60;
}
.TagClassName
{
border-color: #C3EF60;
}
</style>