Shades of Conifer #C6E750
Tints of Conifer #C6E750
RGB
CMYK
RGB Variations
Color information
#C6E750 (or 0xC6E750) is known color: Conifer. HEX triplet: C6, E7 and 50. RGB value is (198,231,80). Sum of RGB (Red+Green+Blue) = 198+231+80=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E750 is #3918AF. Grayscale: #CCCCCC. Windows color (decimal): -3741872 or 5302214. OLE color: 5302214.
HSL color Cylindrical-coordinate representation of color #C6E750: hue angle of 73.11º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6E750 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 80 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.09 |
| HSL | 73.11º | 0.76% | 0.61% | - |
| HSV(B) | 73.11º | 0.65% | 0.91% | - |
| XYZ | 53.31 | 69.74 | 18.24 | - |
| YUV | 203.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 80 | 0.14 | 0 | 0.65 | 0.09 | 73.11 | 0.76 | 0.61 |
| Hex | C6 | E7 | 50 | E | 0 | 41 | 9 | 49 | 4C | 3D |
| Octal | 306 | 347 | 120 | 16 | 0 | 101 | 11 | 111 | 114 | 75 |
| Binary | 11000110 | 11100111 | 1010000 | 1110 | 0 | 1000001 | 1001 | 1001001 | 1001100 | 111101 |
Color Harmonies of #C6E750
Complementary color
Monochromatic Colors of #C6E750
Black with #C6E750
Text Example
Text Example
White with #C6E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E750; }
p { color: rgb(198,231,80); }
H1.HeaderClassName
{
color: #C6E750;
}
.AnyTagClassName
{
color: #C6E750;
}
</style>
background-color css
<style>
a { background-color: #C6E750; }
a { background-color: rgb(198,231,80); }
div.DivClassName
{
background-color: #C6E750;
}
.BgClassName
{
background-color: #C6E750;
}
</style>
border-color css
<style>
span { border-color: #C6E750; }
span { border-color: rgb(198,231,80); }
td.TdClassName
{
border-color: #C6E750;
}
.TagClassName
{
border-color: #C6E750;
}
</style>