Shades of Conifer #C6F950
Tints of Conifer #C6F950
RGB
CMYK
RGB Variations
Color information
#C6F950 (or 0xC6F950) is known color: Conifer. HEX triplet: C6, F9 and 50. RGB value is (198,249,80). Sum of RGB (Red+Green+Blue) = 198+249+80=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F950 is #3906AF. Grayscale: #D7D7D7. Windows color (decimal): -3737264 or 5306822. OLE color: 5306822.
HSL color Cylindrical-coordinate representation of color #C6F950: hue angle of 78.11º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6F950 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 249 | 80 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.02 |
| HSL | 78.11º | 0.93% | 0.65% | - |
| HSV(B) | 78.11º | 0.68% | 0.98% | - |
| XYZ | 58.61 | 80.34 | 20.01 | - |
| YUV | 214.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 80 | 0.20 | 0 | 0.68 | 0.02 | 78.11 | 0.93 | 0.65 |
| Hex | C6 | F9 | 50 | 14 | 0 | 44 | 2 | 4E | 5D | 41 |
| Octal | 306 | 371 | 120 | 24 | 0 | 104 | 2 | 116 | 135 | 101 |
| Binary | 11000110 | 11111001 | 1010000 | 10100 | 0 | 1000100 | 10 | 1001110 | 1011101 | 1000001 |
Color Harmonies of #C6F950
Complementary color
Monochromatic Colors of #C6F950
Black with #C6F950
Text Example
Text Example
White with #C6F950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F950; }
p { color: rgb(198,249,80); }
H1.HeaderClassName
{
color: #C6F950;
}
.AnyTagClassName
{
color: #C6F950;
}
</style>
background-color css
<style>
a { background-color: #C6F950; }
a { background-color: rgb(198,249,80); }
div.DivClassName
{
background-color: #C6F950;
}
.BgClassName
{
background-color: #C6F950;
}
</style>
border-color css
<style>
span { border-color: #C6F950; }
span { border-color: rgb(198,249,80); }
td.TdClassName
{
border-color: #C6F950;
}
.TagClassName
{
border-color: #C6F950;
}
</style>