Shades of Conifer #C8DF50
Tints of Conifer #C8DF50
RGB
CMYK
RGB Variations
Color information
#C8DF50 (or 0xC8DF50) is known color: Conifer. HEX triplet: C8, DF and 50. RGB value is (200,223,80). Sum of RGB (Red+Green+Blue) = 200+223+80=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DF50 is #3720AF. Grayscale: #C8C8C8. Windows color (decimal): -3612848 or 5300168. OLE color: 5300168.
HSL color Cylindrical-coordinate representation of color #C8DF50: hue angle of 69.65º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8DF50 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 80 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.13 |
| HSL | 69.65º | 0.69% | 0.59% | - |
| HSV(B) | 69.65º | 0.64% | 0.87% | - |
| XYZ | 51.66 | 65.63 | 17.54 | - |
| YUV | 199.82 | 60.38 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 80 | 0.10 | 0 | 0.64 | 0.13 | 69.65 | 0.69 | 0.59 |
| Hex | C8 | DF | 50 | A | 0 | 40 | D | 46 | 45 | 3B |
| Octal | 310 | 337 | 120 | 12 | 0 | 100 | 15 | 106 | 105 | 73 |
| Binary | 11001000 | 11011111 | 1010000 | 1010 | 0 | 1000000 | 1101 | 1000110 | 1000101 | 111011 |
Color Harmonies of #C8DF50
Complementary color
Monochromatic Colors of #C8DF50
Black with #C8DF50
Text Example
Text Example
White with #C8DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DF50; }
p { color: rgb(200,223,80); }
H1.HeaderClassName
{
color: #C8DF50;
}
.AnyTagClassName
{
color: #C8DF50;
}
</style>
background-color css
<style>
a { background-color: #C8DF50; }
a { background-color: rgb(200,223,80); }
div.DivClassName
{
background-color: #C8DF50;
}
.BgClassName
{
background-color: #C8DF50;
}
</style>
border-color css
<style>
span { border-color: #C8DF50; }
span { border-color: rgb(200,223,80); }
td.TdClassName
{
border-color: #C8DF50;
}
.TagClassName
{
border-color: #C8DF50;
}
</style>