Shades of Conifer #C0F55A
Tints of Conifer #C0F55A
RGB
CMYK
RGB Variations
Color information
#C0F55A (or 0xC0F55A) is known color: Conifer. HEX triplet: C0, F5 and 5A. RGB value is (192,245,90). Sum of RGB (Red+Green+Blue) = 192+245+90=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F55A is #3F0AA5. Grayscale: #D4D4D4. Windows color (decimal): -4131494 or 5961152. OLE color: 5961152.
HSL color Cylindrical-coordinate representation of color #C0F55A: hue angle of 80.52º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F55A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 90 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 80.52º | 0.89% | 0.66% | - |
| HSV(B) | 80.52º | 0.63% | 0.96% | - |
| XYZ | 56.24 | 77.25 | 21.62 | - |
| YUV | 211.48 | 59.44 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 90 | 0.22 | 0 | 0.63 | 0.04 | 80.52 | 0.89 | 0.66 |
| Hex | C0 | F5 | 5A | 16 | 0 | 3F | 4 | 51 | 59 | 42 |
| Octal | 300 | 365 | 132 | 26 | 0 | 77 | 4 | 121 | 131 | 102 |
| Binary | 11000000 | 11110101 | 1011010 | 10110 | 0 | 111111 | 100 | 1010001 | 1011001 | 1000010 |
Color Harmonies of #C0F55A
Complementary color
Monochromatic Colors of #C0F55A
Black with #C0F55A
Text Example
Text Example
White with #C0F55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F55A; }
p { color: rgb(192,245,90); }
H1.HeaderClassName
{
color: #C0F55A;
}
.AnyTagClassName
{
color: #C0F55A;
}
</style>
background-color css
<style>
a { background-color: #C0F55A; }
a { background-color: rgb(192,245,90); }
div.DivClassName
{
background-color: #C0F55A;
}
.BgClassName
{
background-color: #C0F55A;
}
</style>
border-color css
<style>
span { border-color: #C0F55A; }
span { border-color: rgb(192,245,90); }
td.TdClassName
{
border-color: #C0F55A;
}
.TagClassName
{
border-color: #C0F55A;
}
</style>