Shades of Conifer #C0FB5F
Tints of Conifer #C0FB5F
RGB
CMYK
RGB Variations
Color information
#C0FB5F (or 0xC0FB5F) is known color: Conifer. HEX triplet: C0, FB and 5F. RGB value is (192,251,95). Sum of RGB (Red+Green+Blue) = 192+251+95=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB5F is #3F04A0. Grayscale: #D8D8D8. Windows color (decimal): -4129953 or 6290368. OLE color: 6290368.
HSL color Cylindrical-coordinate representation of color #C0FB5F: hue angle of 82.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FB5F is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 95 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.02 |
| HSL | 82.69º | 0.95% | 0.68% | - |
| HSV(B) | 82.69º | 0.62% | 0.98% | - |
| XYZ | 58.3 | 81.03 | 23.39 | - |
| YUV | 215.58 | 59.95 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 95 | 0.24 | 0 | 0.62 | 0.02 | 82.69 | 0.95 | 0.68 |
| Hex | C0 | FB | 5F | 18 | 0 | 3E | 2 | 53 | 5F | 44 |
| Octal | 300 | 373 | 137 | 30 | 0 | 76 | 2 | 123 | 137 | 104 |
| Binary | 11000000 | 11111011 | 1011111 | 11000 | 0 | 111110 | 10 | 1010011 | 1011111 | 1000100 |
Color Harmonies of #C0FB5F
Complementary color
Monochromatic Colors of #C0FB5F
Black with #C0FB5F
Text Example
Text Example
White with #C0FB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB5F; }
p { color: rgb(192,251,95); }
H1.HeaderClassName
{
color: #C0FB5F;
}
.AnyTagClassName
{
color: #C0FB5F;
}
</style>
background-color css
<style>
a { background-color: #C0FB5F; }
a { background-color: rgb(192,251,95); }
div.DivClassName
{
background-color: #C0FB5F;
}
.BgClassName
{
background-color: #C0FB5F;
}
</style>
border-color css
<style>
span { border-color: #C0FB5F; }
span { border-color: rgb(192,251,95); }
td.TdClassName
{
border-color: #C0FB5F;
}
.TagClassName
{
border-color: #C0FB5F;
}
</style>