Shades of Conifer #C8EB53
Tints of Conifer #C8EB53
RGB
CMYK
RGB Variations
Color information
#C8EB53 (or 0xC8EB53) is known color: Conifer. HEX triplet: C8, EB and 53. RGB value is (200,235,83). Sum of RGB (Red+Green+Blue) = 200+235+83=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 83 (32.81% from 255 or 16.02% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB53 is #3714AC. Grayscale: #CFCFCF. Windows color (decimal): -3609773 or 5499848. OLE color: 5499848.
HSL color Cylindrical-coordinate representation of color #C8EB53: hue angle of 73.82º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8EB53 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 83 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.08 |
| HSL | 73.82º | 0.79% | 0.62% | - |
| HSV(B) | 73.82º | 0.65% | 0.92% | - |
| XYZ | 55.09 | 72.32 | 19.24 | - |
| YUV | 207.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 83 | 0.15 | 0 | 0.65 | 0.08 | 73.82 | 0.79 | 0.62 |
| Hex | C8 | EB | 53 | F | 0 | 41 | 8 | 4A | 4F | 3E |
| Octal | 310 | 353 | 123 | 17 | 0 | 101 | 10 | 112 | 117 | 76 |
| Binary | 11001000 | 11101011 | 1010011 | 1111 | 0 | 1000001 | 1000 | 1001010 | 1001111 | 111110 |
Color Harmonies of #C8EB53
Complementary color
Monochromatic Colors of #C8EB53
Black with #C8EB53
Text Example
Text Example
White with #C8EB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB53; }
p { color: rgb(200,235,83); }
H1.HeaderClassName
{
color: #C8EB53;
}
.AnyTagClassName
{
color: #C8EB53;
}
</style>
background-color css
<style>
a { background-color: #C8EB53; }
a { background-color: rgb(200,235,83); }
div.DivClassName
{
background-color: #C8EB53;
}
.BgClassName
{
background-color: #C8EB53;
}
</style>
border-color css
<style>
span { border-color: #C8EB53; }
span { border-color: rgb(200,235,83); }
td.TdClassName
{
border-color: #C8EB53;
}
.TagClassName
{
border-color: #C8EB53;
}
</style>