Shades of Conifer #C9FC54
Tints of Conifer #C9FC54
RGB
CMYK
RGB Variations
Color information
#C9FC54 (or 0xC9FC54) is known color: Conifer. HEX triplet: C9, FC and 54. RGB value is (201,252,84). Sum of RGB (Red+Green+Blue) = 201+252+84=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FC54 is #3603AB. Grayscale: #DADADA. Windows color (decimal): -3539884 or 5569737. OLE color: 5569737.
HSL color Cylindrical-coordinate representation of color #C9FC54: hue angle of 78.21º 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 #C9FC54 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 84 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.01 |
| HSL | 78.21º | 0.97% | 0.66% | - |
| HSV(B) | 78.21º | 0.67% | 0.99% | - |
| XYZ | 60.5 | 82.68 | 21.16 | - |
| YUV | 217.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 84 | 0.20 | 0 | 0.67 | 0.01 | 78.21 | 0.97 | 0.66 |
| Hex | C9 | FC | 54 | 14 | 0 | 43 | 1 | 4E | 61 | 42 |
| Octal | 311 | 374 | 124 | 24 | 0 | 103 | 1 | 116 | 141 | 102 |
| Binary | 11001001 | 11111100 | 1010100 | 10100 | 0 | 1000011 | 1 | 1001110 | 1100001 | 1000010 |
Color Harmonies of #C9FC54
Complementary color
Monochromatic Colors of #C9FC54
Black with #C9FC54
Text Example
Text Example
White with #C9FC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC54; }
p { color: rgb(201,252,84); }
H1.HeaderClassName
{
color: #C9FC54;
}
.AnyTagClassName
{
color: #C9FC54;
}
</style>
background-color css
<style>
a { background-color: #C9FC54; }
a { background-color: rgb(201,252,84); }
div.DivClassName
{
background-color: #C9FC54;
}
.BgClassName
{
background-color: #C9FC54;
}
</style>
border-color css
<style>
span { border-color: #C9FC54; }
span { border-color: rgb(201,252,84); }
td.TdClassName
{
border-color: #C9FC54;
}
.TagClassName
{
border-color: #C9FC54;
}
</style>