Shades of Conifer #C6E75C
Tints of Conifer #C6E75C
RGB
CMYK
RGB Variations
Color information
#C6E75C (or 0xC6E75C) is known color: Conifer. HEX triplet: C6, E7 and 5C. RGB value is (198,231,92). Sum of RGB (Red+Green+Blue) = 198+231+92=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E75C is #3918A3. Grayscale: #CDCDCD. Windows color (decimal): -3741860 or 6088646. OLE color: 6088646.
HSL color Cylindrical-coordinate representation of color #C6E75C: hue angle of 74.24º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6E75C is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 92 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.09 |
| HSL | 74.24º | 0.74% | 0.63% | - |
| HSV(B) | 74.24º | 0.6% | 0.91% | - |
| XYZ | 53.8 | 69.93 | 20.79 | - |
| YUV | 205.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 92 | 0.14 | 0 | 0.60 | 0.09 | 74.24 | 0.74 | 0.63 |
| Hex | C6 | E7 | 5C | E | 0 | 3C | 9 | 4A | 4A | 3F |
| Octal | 306 | 347 | 134 | 16 | 0 | 74 | 11 | 112 | 112 | 77 |
| Binary | 11000110 | 11100111 | 1011100 | 1110 | 0 | 111100 | 1001 | 1001010 | 1001010 | 111111 |
Color Harmonies of #C6E75C
Complementary color
Monochromatic Colors of #C6E75C
Black with #C6E75C
Text Example
Text Example
White with #C6E75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E75C; }
p { color: rgb(198,231,92); }
H1.HeaderClassName
{
color: #C6E75C;
}
.AnyTagClassName
{
color: #C6E75C;
}
</style>
background-color css
<style>
a { background-color: #C6E75C; }
a { background-color: rgb(198,231,92); }
div.DivClassName
{
background-color: #C6E75C;
}
.BgClassName
{
background-color: #C6E75C;
}
</style>
border-color css
<style>
span { border-color: #C6E75C; }
span { border-color: rgb(198,231,92); }
td.TdClassName
{
border-color: #C6E75C;
}
.TagClassName
{
border-color: #C6E75C;
}
</style>