Shades of Conifer #C8FC52
Tints of Conifer #C8FC52
RGB
CMYK
RGB Variations
Color information
#C8FC52 (or 0xC8FC52) is known color: Conifer. HEX triplet: C8, FC and 52. RGB value is (200,252,82). Sum of RGB (Red+Green+Blue) = 200+252+82=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC52 is #3703AD. Grayscale: #D9D9D9. Windows color (decimal): -3605422 or 5438664. OLE color: 5438664.
HSL color Cylindrical-coordinate representation of color #C8FC52: hue angle of 78.35º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8FC52 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 82 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.01 |
| HSL | 78.35º | 0.97% | 0.65% | - |
| HSV(B) | 78.35º | 0.67% | 0.99% | - |
| XYZ | 60.15 | 82.51 | 20.74 | - |
| YUV | 217.07 | 51.77 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 82 | 0.21 | 0 | 0.67 | 0.01 | 78.35 | 0.97 | 0.65 |
| Hex | C8 | FC | 52 | 15 | 0 | 43 | 1 | 4E | 61 | 41 |
| Octal | 310 | 374 | 122 | 25 | 0 | 103 | 1 | 116 | 141 | 101 |
| Binary | 11001000 | 11111100 | 1010010 | 10101 | 0 | 1000011 | 1 | 1001110 | 1100001 | 1000001 |
Color Harmonies of #C8FC52
Complementary color
Monochromatic Colors of #C8FC52
Black with #C8FC52
Text Example
Text Example
White with #C8FC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC52; }
p { color: rgb(200,252,82); }
H1.HeaderClassName
{
color: #C8FC52;
}
.AnyTagClassName
{
color: #C8FC52;
}
</style>
background-color css
<style>
a { background-color: #C8FC52; }
a { background-color: rgb(200,252,82); }
div.DivClassName
{
background-color: #C8FC52;
}
.BgClassName
{
background-color: #C8FC52;
}
</style>
border-color css
<style>
span { border-color: #C8FC52; }
span { border-color: rgb(200,252,82); }
td.TdClassName
{
border-color: #C8FC52;
}
.TagClassName
{
border-color: #C8FC52;
}
</style>