Shades of Conifer #C6F15A
Tints of Conifer #C6F15A
RGB
CMYK
RGB Variations
Color information
#C6F15A (or 0xC6F15A) is known color: Conifer. HEX triplet: C6, F1 and 5A. RGB value is (198,241,90). Sum of RGB (Red+Green+Blue) = 198+241+90=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F15A is #390EA5. Grayscale: #D3D3D3. Windows color (decimal): -3739302 or 5960134. OLE color: 5960134.
HSL color Cylindrical-coordinate representation of color #C6F15A: hue angle of 77.09º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6F15A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 90 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.05 |
| HSL | 77.09º | 0.84% | 0.65% | - |
| HSV(B) | 77.09º | 0.63% | 0.95% | - |
| XYZ | 56.59 | 75.65 | 21.29 | - |
| YUV | 210.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 90 | 0.18 | 0 | 0.63 | 0.05 | 77.09 | 0.84 | 0.65 |
| Hex | C6 | F1 | 5A | 12 | 0 | 3F | 5 | 4D | 54 | 41 |
| Octal | 306 | 361 | 132 | 22 | 0 | 77 | 5 | 115 | 124 | 101 |
| Binary | 11000110 | 11110001 | 1011010 | 10010 | 0 | 111111 | 101 | 1001101 | 1010100 | 1000001 |
Color Harmonies of #C6F15A
Complementary color
Monochromatic Colors of #C6F15A
Black with #C6F15A
Text Example
Text Example
White with #C6F15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F15A; }
p { color: rgb(198,241,90); }
H1.HeaderClassName
{
color: #C6F15A;
}
.AnyTagClassName
{
color: #C6F15A;
}
</style>
background-color css
<style>
a { background-color: #C6F15A; }
a { background-color: rgb(198,241,90); }
div.DivClassName
{
background-color: #C6F15A;
}
.BgClassName
{
background-color: #C6F15A;
}
</style>
border-color css
<style>
span { border-color: #C6F15A; }
span { border-color: rgb(198,241,90); }
td.TdClassName
{
border-color: #C6F15A;
}
.TagClassName
{
border-color: #C6F15A;
}
</style>