Shades of Conifer #C0F54C
Tints of Conifer #C0F54C
RGB
CMYK
RGB Variations
Color information
#C0F54C (or 0xC0F54C) is known color: Conifer. HEX triplet: C0, F5 and 4C. RGB value is (192,245,76). Sum of RGB (Red+Green+Blue) = 192+245+76=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F54C is #3F0AB3. Grayscale: #D2D2D2. Windows color (decimal): -4131508 or 5043648. OLE color: 5043648.
HSL color Cylindrical-coordinate representation of color #C0F54C: hue angle of 78.82º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F54C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 76 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.04 |
| HSL | 78.82º | 0.89% | 0.63% | - |
| HSV(B) | 78.82º | 0.69% | 0.96% | - |
| XYZ | 55.7 | 77.03 | 18.77 | - |
| YUV | 209.89 | 52.44 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 76 | 0.22 | 0 | 0.69 | 0.04 | 78.82 | 0.89 | 0.63 |
| Hex | C0 | F5 | 4C | 16 | 0 | 45 | 4 | 4F | 59 | 3F |
| Octal | 300 | 365 | 114 | 26 | 0 | 105 | 4 | 117 | 131 | 77 |
| Binary | 11000000 | 11110101 | 1001100 | 10110 | 0 | 1000101 | 100 | 1001111 | 1011001 | 111111 |
Color Harmonies of #C0F54C
Complementary color
Monochromatic Colors of #C0F54C
Black with #C0F54C
Text Example
Text Example
White with #C0F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F54C; }
p { color: rgb(192,245,76); }
H1.HeaderClassName
{
color: #C0F54C;
}
.AnyTagClassName
{
color: #C0F54C;
}
</style>
background-color css
<style>
a { background-color: #C0F54C; }
a { background-color: rgb(192,245,76); }
div.DivClassName
{
background-color: #C0F54C;
}
.BgClassName
{
background-color: #C0F54C;
}
</style>
border-color css
<style>
span { border-color: #C0F54C; }
span { border-color: rgb(192,245,76); }
td.TdClassName
{
border-color: #C0F54C;
}
.TagClassName
{
border-color: #C0F54C;
}
</style>