Shades of Conifer #C0F15F
Tints of Conifer #C0F15F
RGB
CMYK
RGB Variations
Color information
#C0F15F (or 0xC0F15F) is known color: Conifer. HEX triplet: C0, F1 and 5F. RGB value is (192,241,95). Sum of RGB (Red+Green+Blue) = 192+241+95=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F15F is #3F0EA0. Grayscale: #D2D2D2. Windows color (decimal): -4132513 or 6287808. OLE color: 6287808.
HSL color Cylindrical-coordinate representation of color #C0F15F: hue angle of 80.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0F15F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 95 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.05 |
| HSL | 80.14º | 0.84% | 0.66% | - |
| HSV(B) | 80.14º | 0.61% | 0.95% | - |
| XYZ | 55.26 | 74.94 | 22.38 | - |
| YUV | 209.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 95 | 0.20 | 0 | 0.61 | 0.05 | 80.14 | 0.84 | 0.66 |
| Hex | C0 | F1 | 5F | 14 | 0 | 3D | 5 | 50 | 54 | 42 |
| Octal | 300 | 361 | 137 | 24 | 0 | 75 | 5 | 120 | 124 | 102 |
| Binary | 11000000 | 11110001 | 1011111 | 10100 | 0 | 111101 | 101 | 1010000 | 1010100 | 1000010 |
Color Harmonies of #C0F15F
Complementary color
Monochromatic Colors of #C0F15F
Black with #C0F15F
Text Example
Text Example
White with #C0F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F15F; }
p { color: rgb(192,241,95); }
H1.HeaderClassName
{
color: #C0F15F;
}
.AnyTagClassName
{
color: #C0F15F;
}
</style>
background-color css
<style>
a { background-color: #C0F15F; }
a { background-color: rgb(192,241,95); }
div.DivClassName
{
background-color: #C0F15F;
}
.BgClassName
{
background-color: #C0F15F;
}
</style>
border-color css
<style>
span { border-color: #C0F15F; }
span { border-color: rgb(192,241,95); }
td.TdClassName
{
border-color: #C0F15F;
}
.TagClassName
{
border-color: #C0F15F;
}
</style>