Shades of Conifer #C6F85B
Tints of Conifer #C6F85B
RGB
CMYK
RGB Variations
Color information
#C6F85B (or 0xC6F85B) is known color: Conifer. HEX triplet: C6, F8 and 5B. RGB value is (198,248,91). Sum of RGB (Red+Green+Blue) = 198+248+91=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F85B is #3907A4. Grayscale: #D7D7D7. Windows color (decimal): -3737509 or 6027462. OLE color: 6027462.
HSL color Cylindrical-coordinate representation of color #C6F85B: hue angle of 79.11º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6F85B is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 91 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.03 |
| HSL | 79.11º | 0.92% | 0.66% | - |
| HSV(B) | 79.11º | 0.63% | 0.97% | - |
| XYZ | 58.74 | 79.9 | 22.22 | - |
| YUV | 215.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 91 | 0.20 | 0 | 0.63 | 0.03 | 79.11 | 0.92 | 0.66 |
| Hex | C6 | F8 | 5B | 14 | 0 | 3F | 3 | 4F | 5C | 42 |
| Octal | 306 | 370 | 133 | 24 | 0 | 77 | 3 | 117 | 134 | 102 |
| Binary | 11000110 | 11111000 | 1011011 | 10100 | 0 | 111111 | 11 | 1001111 | 1011100 | 1000010 |
Color Harmonies of #C6F85B
Complementary color
Monochromatic Colors of #C6F85B
Black with #C6F85B
Text Example
Text Example
White with #C6F85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F85B; }
p { color: rgb(198,248,91); }
H1.HeaderClassName
{
color: #C6F85B;
}
.AnyTagClassName
{
color: #C6F85B;
}
</style>
background-color css
<style>
a { background-color: #C6F85B; }
a { background-color: rgb(198,248,91); }
div.DivClassName
{
background-color: #C6F85B;
}
.BgClassName
{
background-color: #C6F85B;
}
</style>
border-color css
<style>
span { border-color: #C6F85B; }
span { border-color: rgb(198,248,91); }
td.TdClassName
{
border-color: #C6F85B;
}
.TagClassName
{
border-color: #C6F85B;
}
</style>