Shades of Conifer #C0F353
Tints of Conifer #C0F353
RGB
CMYK
RGB Variations
Color information
#C0F353 (or 0xC0F353) is known color: Conifer. HEX triplet: C0, F3 and 53. RGB value is (192,243,83). Sum of RGB (Red+Green+Blue) = 192+243+83=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F353 is #3F0CAC. Grayscale: #D2D2D2. Windows color (decimal): -4132013 or 5501888. OLE color: 5501888.
HSL color Cylindrical-coordinate representation of color #C0F353: hue angle of 79.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0F353 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 83 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.05 |
| HSL | 79.13º | 0.87% | 0.64% | - |
| HSV(B) | 79.13º | 0.66% | 0.95% | - |
| XYZ | 55.35 | 75.93 | 19.92 | - |
| YUV | 209.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 83 | 0.21 | 0 | 0.66 | 0.05 | 79.13 | 0.87 | 0.64 |
| Hex | C0 | F3 | 53 | 15 | 0 | 42 | 5 | 4F | 57 | 40 |
| Octal | 300 | 363 | 123 | 25 | 0 | 102 | 5 | 117 | 127 | 100 |
| Binary | 11000000 | 11110011 | 1010011 | 10101 | 0 | 1000010 | 101 | 1001111 | 1010111 | 1000000 |
Color Harmonies of #C0F353
Complementary color
Monochromatic Colors of #C0F353
Black with #C0F353
Text Example
Text Example
White with #C0F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F353; }
p { color: rgb(192,243,83); }
H1.HeaderClassName
{
color: #C0F353;
}
.AnyTagClassName
{
color: #C0F353;
}
</style>
background-color css
<style>
a { background-color: #C0F353; }
a { background-color: rgb(192,243,83); }
div.DivClassName
{
background-color: #C0F353;
}
.BgClassName
{
background-color: #C0F353;
}
</style>
border-color css
<style>
span { border-color: #C0F353; }
span { border-color: rgb(192,243,83); }
td.TdClassName
{
border-color: #C0F353;
}
.TagClassName
{
border-color: #C0F353;
}
</style>