Shades of Conifer #C0FC53
Tints of Conifer #C0FC53
RGB
CMYK
RGB Variations
Color information
#C0FC53 (or 0xC0FC53) is known color: Conifer. HEX triplet: C0, FC and 53. RGB value is (192,252,83). Sum of RGB (Red+Green+Blue) = 192+252+83=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC53 is #3F03AC. Grayscale: #D7D7D7. Windows color (decimal): -4129709 or 5504192. OLE color: 5504192.
HSL color Cylindrical-coordinate representation of color #C0FC53: hue angle of 81.3º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0FC53 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 83 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.01 |
| HSL | 81.3º | 0.97% | 0.66% | - |
| HSV(B) | 81.3º | 0.67% | 0.99% | - |
| XYZ | 58.11 | 81.45 | 20.84 | - |
| YUV | 214.79 | 53.62 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 83 | 0.24 | 0 | 0.67 | 0.01 | 81.3 | 0.97 | 0.66 |
| Hex | C0 | FC | 53 | 18 | 0 | 43 | 1 | 51 | 61 | 42 |
| Octal | 300 | 374 | 123 | 30 | 0 | 103 | 1 | 121 | 141 | 102 |
| Binary | 11000000 | 11111100 | 1010011 | 11000 | 0 | 1000011 | 1 | 1010001 | 1100001 | 1000010 |
Color Harmonies of #C0FC53
Complementary color
Monochromatic Colors of #C0FC53
Black with #C0FC53
Text Example
Text Example
White with #C0FC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC53; }
p { color: rgb(192,252,83); }
H1.HeaderClassName
{
color: #C0FC53;
}
.AnyTagClassName
{
color: #C0FC53;
}
</style>
background-color css
<style>
a { background-color: #C0FC53; }
a { background-color: rgb(192,252,83); }
div.DivClassName
{
background-color: #C0FC53;
}
.BgClassName
{
background-color: #C0FC53;
}
</style>
border-color css
<style>
span { border-color: #C0FC53; }
span { border-color: rgb(192,252,83); }
td.TdClassName
{
border-color: #C0FC53;
}
.TagClassName
{
border-color: #C0FC53;
}
</style>