Shades of Conifer #C0FB4F
Tints of Conifer #C0FB4F
RGB
CMYK
RGB Variations
Color information
#C0FB4F (or 0xC0FB4F) is known color: Conifer. HEX triplet: C0, FB and 4F. RGB value is (192,251,79). Sum of RGB (Red+Green+Blue) = 192+251+79=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB4F is #3F04B0. Grayscale: #D6D6D6. Windows color (decimal): -4129969 or 5241792. OLE color: 5241792.
HSL color Cylindrical-coordinate representation of color #C0FB4F: hue angle of 80.58º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0FB4F is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 79 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.02 |
| HSL | 80.58º | 0.96% | 0.65% | - |
| HSV(B) | 80.58º | 0.69% | 0.98% | - |
| XYZ | 57.65 | 80.77 | 19.95 | - |
| YUV | 213.75 | 51.95 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 79 | 0.24 | 0 | 0.69 | 0.02 | 80.58 | 0.96 | 0.65 |
| Hex | C0 | FB | 4F | 18 | 0 | 45 | 2 | 51 | 60 | 41 |
| Octal | 300 | 373 | 117 | 30 | 0 | 105 | 2 | 121 | 140 | 101 |
| Binary | 11000000 | 11111011 | 1001111 | 11000 | 0 | 1000101 | 10 | 1010001 | 1100000 | 1000001 |
Color Harmonies of #C0FB4F
Complementary color
Monochromatic Colors of #C0FB4F
Black with #C0FB4F
Text Example
Text Example
White with #C0FB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB4F; }
p { color: rgb(192,251,79); }
H1.HeaderClassName
{
color: #C0FB4F;
}
.AnyTagClassName
{
color: #C0FB4F;
}
</style>
background-color css
<style>
a { background-color: #C0FB4F; }
a { background-color: rgb(192,251,79); }
div.DivClassName
{
background-color: #C0FB4F;
}
.BgClassName
{
background-color: #C0FB4F;
}
</style>
border-color css
<style>
span { border-color: #C0FB4F; }
span { border-color: rgb(192,251,79); }
td.TdClassName
{
border-color: #C0FB4F;
}
.TagClassName
{
border-color: #C0FB4F;
}
</style>