Shades of Conifer #C8FC53
Tints of Conifer #C8FC53
RGB
CMYK
RGB Variations
Color information
#C8FC53 (or 0xC8FC53) is known color: Conifer. HEX triplet: C8, FC and 53. RGB value is (200,252,83). Sum of RGB (Red+Green+Blue) = 200+252+83=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC53 is #3703AC. Grayscale: #D9D9D9. Windows color (decimal): -3605421 or 5504200. OLE color: 5504200.
HSL color Cylindrical-coordinate representation of color #C8FC53: hue angle of 78.46º 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 #C8FC53 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 83 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.01 |
| HSL | 78.46º | 0.97% | 0.66% | - |
| HSV(B) | 78.46º | 0.67% | 0.99% | - |
| XYZ | 60.19 | 82.52 | 20.94 | - |
| YUV | 217.19 | 52.27 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 83 | 0.21 | 0 | 0.67 | 0.01 | 78.46 | 0.97 | 0.66 |
| Hex | C8 | FC | 53 | 15 | 0 | 43 | 1 | 4E | 61 | 42 |
| Octal | 310 | 374 | 123 | 25 | 0 | 103 | 1 | 116 | 141 | 102 |
| Binary | 11001000 | 11111100 | 1010011 | 10101 | 0 | 1000011 | 1 | 1001110 | 1100001 | 1000010 |
Color Harmonies of #C8FC53
Complementary color
Monochromatic Colors of #C8FC53
Black with #C8FC53
Text Example
Text Example
White with #C8FC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC53; }
p { color: rgb(200,252,83); }
H1.HeaderClassName
{
color: #C8FC53;
}
.AnyTagClassName
{
color: #C8FC53;
}
</style>
background-color css
<style>
a { background-color: #C8FC53; }
a { background-color: rgb(200,252,83); }
div.DivClassName
{
background-color: #C8FC53;
}
.BgClassName
{
background-color: #C8FC53;
}
</style>
border-color css
<style>
span { border-color: #C8FC53; }
span { border-color: rgb(200,252,83); }
td.TdClassName
{
border-color: #C8FC53;
}
.TagClassName
{
border-color: #C8FC53;
}
</style>