Shades of Bird Flower #C8D011
Tints of Bird Flower #C8D011
RGB
CMYK
RGB Variations
Color information
#C8D011 (or 0xC8D011) is known color: Bird Flower. HEX triplet: C8, D0 and 11. RGB value is (200,208,17). Sum of RGB (Red+Green+Blue) = 200+208+17=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D011 is #372FEE. Grayscale: #B8B8B8. Windows color (decimal): -3616751 or 1167560. OLE color: 1167560.
HSL color Cylindrical-coordinate representation of color #C8D011: hue angle of 62.51º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8D011 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 17 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.18 |
| HSL | 62.51º | 0.85% | 0.44% | - |
| HSV(B) | 62.51º | 0.92% | 0.82% | - |
| XYZ | 46.48 | 57.43 | 9.17 | - |
| YUV | 183.83 | 33.85 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 17 | 0.04 | 0 | 0.92 | 0.18 | 62.51 | 0.85 | 0.44 |
| Hex | C8 | D0 | 11 | 4 | 0 | 5C | 12 | 3F | 55 | 2C |
| Octal | 310 | 320 | 21 | 4 | 0 | 134 | 22 | 77 | 125 | 54 |
| Binary | 11001000 | 11010000 | 10001 | 100 | 0 | 1011100 | 10010 | 111111 | 1010101 | 101100 |
Color Harmonies of #C8D011
Complementary color
Monochromatic Colors of #C8D011
Black with #C8D011
Text Example
Text Example
White with #C8D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D011; }
p { color: rgb(200,208,17); }
H1.HeaderClassName
{
color: #C8D011;
}
.AnyTagClassName
{
color: #C8D011;
}
</style>
background-color css
<style>
a { background-color: #C8D011; }
a { background-color: rgb(200,208,17); }
div.DivClassName
{
background-color: #C8D011;
}
.BgClassName
{
background-color: #C8D011;
}
</style>
border-color css
<style>
span { border-color: #C8D011; }
span { border-color: rgb(200,208,17); }
td.TdClassName
{
border-color: #C8D011;
}
.TagClassName
{
border-color: #C8D011;
}
</style>