Shades of Conifer #C0F247
Tints of Conifer #C0F247
RGB
CMYK
RGB Variations
Color information
#C0F247 (or 0xC0F247) is known color: Conifer. HEX triplet: C0, F2 and 47. RGB value is (192,242,71). Sum of RGB (Red+Green+Blue) = 192+242+71=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F247 is #3F0DB8. Grayscale: #D0D0D0. Windows color (decimal): -4132281 or 4715200. OLE color: 4715200.
HSL color Cylindrical-coordinate representation of color #C0F247: hue angle of 77.54º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F247 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 71 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.05 |
| HSL | 77.54º | 0.87% | 0.61% | - |
| HSV(B) | 77.54º | 0.71% | 0.95% | - |
| XYZ | 54.63 | 75.17 | 17.59 | - |
| YUV | 207.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 71 | 0.21 | 0 | 0.71 | 0.05 | 77.54 | 0.87 | 0.61 |
| Hex | C0 | F2 | 47 | 15 | 0 | 47 | 5 | 4E | 57 | 3D |
| Octal | 300 | 362 | 107 | 25 | 0 | 107 | 5 | 116 | 127 | 75 |
| Binary | 11000000 | 11110010 | 1000111 | 10101 | 0 | 1000111 | 101 | 1001110 | 1010111 | 111101 |
Color Harmonies of #C0F247
Complementary color
Monochromatic Colors of #C0F247
Black with #C0F247
Text Example
Text Example
White with #C0F247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F247; }
p { color: rgb(192,242,71); }
H1.HeaderClassName
{
color: #C0F247;
}
.AnyTagClassName
{
color: #C0F247;
}
</style>
background-color css
<style>
a { background-color: #C0F247; }
a { background-color: rgb(192,242,71); }
div.DivClassName
{
background-color: #C0F247;
}
.BgClassName
{
background-color: #C0F247;
}
</style>
border-color css
<style>
span { border-color: #C0F247; }
span { border-color: rgb(192,242,71); }
td.TdClassName
{
border-color: #C0F247;
}
.TagClassName
{
border-color: #C0F247;
}
</style>