Shades of Conifer #C6E75F
Tints of Conifer #C6E75F
RGB
CMYK
RGB Variations
Color information
#C6E75F (or 0xC6E75F) is known color: Conifer. HEX triplet: C6, E7 and 5F. RGB value is (198,231,95). Sum of RGB (Red+Green+Blue) = 198+231+95=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 95 (37.5% from 255 or 18.13% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E75F is #3918A0. Grayscale: #CECECE. Windows color (decimal): -3741857 or 6285254. OLE color: 6285254.
HSL color Cylindrical-coordinate representation of color #C6E75F: hue angle of 74.56º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6E75F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 95 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.09 |
| HSL | 74.56º | 0.74% | 0.64% | - |
| HSV(B) | 74.56º | 0.59% | 0.91% | - |
| XYZ | 53.93 | 69.98 | 21.49 | - |
| YUV | 205.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 95 | 0.14 | 0 | 0.59 | 0.09 | 74.56 | 0.74 | 0.64 |
| Hex | C6 | E7 | 5F | E | 0 | 3B | 9 | 4B | 4A | 40 |
| Octal | 306 | 347 | 137 | 16 | 0 | 73 | 11 | 113 | 112 | 100 |
| Binary | 11000110 | 11100111 | 1011111 | 1110 | 0 | 111011 | 1001 | 1001011 | 1001010 | 1000000 |
Color Harmonies of #C6E75F
Complementary color
Monochromatic Colors of #C6E75F
Black with #C6E75F
Text Example
Text Example
White with #C6E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E75F; }
p { color: rgb(198,231,95); }
H1.HeaderClassName
{
color: #C6E75F;
}
.AnyTagClassName
{
color: #C6E75F;
}
</style>
background-color css
<style>
a { background-color: #C6E75F; }
a { background-color: rgb(198,231,95); }
div.DivClassName
{
background-color: #C6E75F;
}
.BgClassName
{
background-color: #C6E75F;
}
</style>
border-color css
<style>
span { border-color: #C6E75F; }
span { border-color: rgb(198,231,95); }
td.TdClassName
{
border-color: #C6E75F;
}
.TagClassName
{
border-color: #C6E75F;
}
</style>