Shades of Conifer #C9EB54
Tints of Conifer #C9EB54
RGB
CMYK
RGB Variations
Color information
#C9EB54 (or 0xC9EB54) is known color: Conifer. HEX triplet: C9, EB and 54. RGB value is (201,235,84). Sum of RGB (Red+Green+Blue) = 201+235+84=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB54 is #3614AB. Grayscale: #D0D0D0. Windows color (decimal): -3544236 or 5565385. OLE color: 5565385.
HSL color Cylindrical-coordinate representation of color #C9EB54: hue angle of 73.51º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9EB54 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 84 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.08 |
| HSL | 73.51º | 0.79% | 0.63% | - |
| HSV(B) | 73.51º | 0.64% | 0.92% | - |
| XYZ | 55.4 | 72.47 | 19.46 | - |
| YUV | 207.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 84 | 0.14 | 0 | 0.64 | 0.08 | 73.51 | 0.79 | 0.63 |
| Hex | C9 | EB | 54 | E | 0 | 40 | 8 | 4A | 4F | 3F |
| Octal | 311 | 353 | 124 | 16 | 0 | 100 | 10 | 112 | 117 | 77 |
| Binary | 11001001 | 11101011 | 1010100 | 1110 | 0 | 1000000 | 1000 | 1001010 | 1001111 | 111111 |
Color Harmonies of #C9EB54
Complementary color
Monochromatic Colors of #C9EB54
Black with #C9EB54
Text Example
Text Example
White with #C9EB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB54; }
p { color: rgb(201,235,84); }
H1.HeaderClassName
{
color: #C9EB54;
}
.AnyTagClassName
{
color: #C9EB54;
}
</style>
background-color css
<style>
a { background-color: #C9EB54; }
a { background-color: rgb(201,235,84); }
div.DivClassName
{
background-color: #C9EB54;
}
.BgClassName
{
background-color: #C9EB54;
}
</style>
border-color css
<style>
span { border-color: #C9EB54; }
span { border-color: rgb(201,235,84); }
td.TdClassName
{
border-color: #C9EB54;
}
.TagClassName
{
border-color: #C9EB54;
}
</style>