Shades of Conifer #C0F548
Tints of Conifer #C0F548
RGB
CMYK
RGB Variations
Color information
#C0F548 (or 0xC0F548) is known color: Conifer. HEX triplet: C0, F5 and 48. RGB value is (192,245,72). Sum of RGB (Red+Green+Blue) = 192+245+72=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F548 is #3F0AB7. Grayscale: #D2D2D2. Windows color (decimal): -4131512 or 4781504. OLE color: 4781504.
HSL color Cylindrical-coordinate representation of color #C0F548: hue angle of 78.38º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F548 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 72 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.04 |
| HSL | 78.38º | 0.9% | 0.62% | - |
| HSV(B) | 78.38º | 0.71% | 0.96% | - |
| XYZ | 55.56 | 76.98 | 18.06 | - |
| YUV | 209.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 72 | 0.22 | 0 | 0.71 | 0.04 | 78.38 | 0.9 | 0.62 |
| Hex | C0 | F5 | 48 | 16 | 0 | 47 | 4 | 4E | 5A | 3E |
| Octal | 300 | 365 | 110 | 26 | 0 | 107 | 4 | 116 | 132 | 76 |
| Binary | 11000000 | 11110101 | 1001000 | 10110 | 0 | 1000111 | 100 | 1001110 | 1011010 | 111110 |
Color Harmonies of #C0F548
Complementary color
Monochromatic Colors of #C0F548
Black with #C0F548
Text Example
Text Example
White with #C0F548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F548; }
p { color: rgb(192,245,72); }
H1.HeaderClassName
{
color: #C0F548;
}
.AnyTagClassName
{
color: #C0F548;
}
</style>
background-color css
<style>
a { background-color: #C0F548; }
a { background-color: rgb(192,245,72); }
div.DivClassName
{
background-color: #C0F548;
}
.BgClassName
{
background-color: #C0F548;
}
</style>
border-color css
<style>
span { border-color: #C0F548; }
span { border-color: rgb(192,245,72); }
td.TdClassName
{
border-color: #C0F548;
}
.TagClassName
{
border-color: #C0F548;
}
</style>