Shades of Conifer #C9FC52
Tints of Conifer #C9FC52
RGB
CMYK
RGB Variations
Color information
#C9FC52 (or 0xC9FC52) is known color: Conifer. HEX triplet: C9, FC and 52. RGB value is (201,252,82). Sum of RGB (Red+Green+Blue) = 201+252+82=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FC52 is #3603AD. Grayscale: #D9D9D9. Windows color (decimal): -3539886 or 5438665. OLE color: 5438665.
HSL color Cylindrical-coordinate representation of color #C9FC52: hue angle of 78º 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 #C9FC52 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 82 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.01 |
| HSL | 78º | 0.97% | 0.65% | - |
| HSV(B) | 78º | 0.67% | 0.99% | - |
| XYZ | 60.42 | 82.65 | 20.75 | - |
| YUV | 217.37 | 51.6 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 82 | 0.20 | 0 | 0.67 | 0.01 | 78 | 0.97 | 0.65 |
| Hex | C9 | FC | 52 | 14 | 0 | 43 | 1 | 4E | 61 | 41 |
| Octal | 311 | 374 | 122 | 24 | 0 | 103 | 1 | 116 | 141 | 101 |
| Binary | 11001001 | 11111100 | 1010010 | 10100 | 0 | 1000011 | 1 | 1001110 | 1100001 | 1000001 |
Color Harmonies of #C9FC52
Complementary color
Monochromatic Colors of #C9FC52
Black with #C9FC52
Text Example
Text Example
White with #C9FC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC52; }
p { color: rgb(201,252,82); }
H1.HeaderClassName
{
color: #C9FC52;
}
.AnyTagClassName
{
color: #C9FC52;
}
</style>
background-color css
<style>
a { background-color: #C9FC52; }
a { background-color: rgb(201,252,82); }
div.DivClassName
{
background-color: #C9FC52;
}
.BgClassName
{
background-color: #C9FC52;
}
</style>
border-color css
<style>
span { border-color: #C9FC52; }
span { border-color: rgb(201,252,82); }
td.TdClassName
{
border-color: #C9FC52;
}
.TagClassName
{
border-color: #C9FC52;
}
</style>