Shades of Conifer #C0F94A
Tints of Conifer #C0F94A
RGB
CMYK
RGB Variations
Color information
#C0F94A (or 0xC0F94A) is known color: Conifer. HEX triplet: C0, F9 and 4A. RGB value is (192,249,74). Sum of RGB (Red+Green+Blue) = 192+249+74=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F94A is #3F06B5. Grayscale: #D4D4D4. Windows color (decimal): -4130486 or 4913600. OLE color: 4913600.
HSL color Cylindrical-coordinate representation of color #C0F94A: hue angle of 79.54º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0F94A is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 74 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.02 |
| HSL | 79.54º | 0.94% | 0.63% | - |
| HSV(B) | 79.54º | 0.7% | 0.98% | - |
| XYZ | 56.85 | 79.45 | 18.82 | - |
| YUV | 212.01 | 50.12 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 74 | 0.23 | 0 | 0.70 | 0.02 | 79.54 | 0.94 | 0.63 |
| Hex | C0 | F9 | 4A | 17 | 0 | 46 | 2 | 50 | 5E | 3F |
| Octal | 300 | 371 | 112 | 27 | 0 | 106 | 2 | 120 | 136 | 77 |
| Binary | 11000000 | 11111001 | 1001010 | 10111 | 0 | 1000110 | 10 | 1010000 | 1011110 | 111111 |
Color Harmonies of #C0F94A
Complementary color
Monochromatic Colors of #C0F94A
Black with #C0F94A
Text Example
Text Example
White with #C0F94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F94A; }
p { color: rgb(192,249,74); }
H1.HeaderClassName
{
color: #C0F94A;
}
.AnyTagClassName
{
color: #C0F94A;
}
</style>
background-color css
<style>
a { background-color: #C0F94A; }
a { background-color: rgb(192,249,74); }
div.DivClassName
{
background-color: #C0F94A;
}
.BgClassName
{
background-color: #C0F94A;
}
</style>
border-color css
<style>
span { border-color: #C0F94A; }
span { border-color: rgb(192,249,74); }
td.TdClassName
{
border-color: #C0F94A;
}
.TagClassName
{
border-color: #C0F94A;
}
</style>