Shades of Conifer #C6F35C
Tints of Conifer #C6F35C
RGB
CMYK
RGB Variations
Color information
#C6F35C (or 0xC6F35C) is known color: Conifer. HEX triplet: C6, F3 and 5C. RGB value is (198,243,92). Sum of RGB (Red+Green+Blue) = 198+243+92=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F35C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F35C is #390CA3. Grayscale: #D4D4D4. Windows color (decimal): -3738788 or 6091718. OLE color: 6091718.
HSL color Cylindrical-coordinate representation of color #C6F35C: hue angle of 77.88º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6F35C is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 92 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.05 |
| HSL | 77.88º | 0.86% | 0.66% | - |
| HSV(B) | 77.88º | 0.62% | 0.95% | - |
| XYZ | 57.27 | 76.88 | 21.95 | - |
| YUV | 212.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 92 | 0.19 | 0 | 0.62 | 0.05 | 77.88 | 0.86 | 0.66 |
| Hex | C6 | F3 | 5C | 13 | 0 | 3E | 5 | 4E | 56 | 42 |
| Octal | 306 | 363 | 134 | 23 | 0 | 76 | 5 | 116 | 126 | 102 |
| Binary | 11000110 | 11110011 | 1011100 | 10011 | 0 | 111110 | 101 | 1001110 | 1010110 | 1000010 |
Color Harmonies of #C6F35C
Complementary color
Monochromatic Colors of #C6F35C
Black with #C6F35C
Text Example
Text Example
White with #C6F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F35C; }
p { color: rgb(198,243,92); }
H1.HeaderClassName
{
color: #C6F35C;
}
.AnyTagClassName
{
color: #C6F35C;
}
</style>
background-color css
<style>
a { background-color: #C6F35C; }
a { background-color: rgb(198,243,92); }
div.DivClassName
{
background-color: #C6F35C;
}
.BgClassName
{
background-color: #C6F35C;
}
</style>
border-color css
<style>
span { border-color: #C6F35C; }
span { border-color: rgb(198,243,92); }
td.TdClassName
{
border-color: #C6F35C;
}
.TagClassName
{
border-color: #C6F35C;
}
</style>