Shades of Conifer #C0F74C
Tints of Conifer #C0F74C
RGB
CMYK
RGB Variations
Color information
#C0F74C (or 0xC0F74C) is known color: Conifer. HEX triplet: C0, F7 and 4C. RGB value is (192,247,76). Sum of RGB (Red+Green+Blue) = 192+247+76=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F74C is #3F08B3. Grayscale: #D3D3D3. Windows color (decimal): -4130996 or 5044160. OLE color: 5044160.
HSL color Cylindrical-coordinate representation of color #C0F74C: hue angle of 79.3º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F74C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 76 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.03 |
| HSL | 79.3º | 0.91% | 0.63% | - |
| HSV(B) | 79.3º | 0.69% | 0.97% | - |
| XYZ | 56.3 | 78.25 | 18.97 | - |
| YUV | 211.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 76 | 0.22 | 0 | 0.69 | 0.03 | 79.3 | 0.91 | 0.63 |
| Hex | C0 | F7 | 4C | 16 | 0 | 45 | 3 | 4F | 5B | 3F |
| Octal | 300 | 367 | 114 | 26 | 0 | 105 | 3 | 117 | 133 | 77 |
| Binary | 11000000 | 11110111 | 1001100 | 10110 | 0 | 1000101 | 11 | 1001111 | 1011011 | 111111 |
Color Harmonies of #C0F74C
Complementary color
Monochromatic Colors of #C0F74C
Black with #C0F74C
Text Example
Text Example
White with #C0F74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F74C; }
p { color: rgb(192,247,76); }
H1.HeaderClassName
{
color: #C0F74C;
}
.AnyTagClassName
{
color: #C0F74C;
}
</style>
background-color css
<style>
a { background-color: #C0F74C; }
a { background-color: rgb(192,247,76); }
div.DivClassName
{
background-color: #C0F74C;
}
.BgClassName
{
background-color: #C0F74C;
}
</style>
border-color css
<style>
span { border-color: #C0F74C; }
span { border-color: rgb(192,247,76); }
td.TdClassName
{
border-color: #C0F74C;
}
.TagClassName
{
border-color: #C0F74C;
}
</style>