Shades of Bird Flower #C8D012
Tints of Bird Flower #C8D012
RGB
CMYK
RGB Variations
Color information
#C8D012 (or 0xC8D012) is known color: Bird Flower. HEX triplet: C8, D0 and 12. RGB value is (200,208,18). Sum of RGB (Red+Green+Blue) = 200+208+18=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D012 is #372FED. Grayscale: #B8B8B8. Windows color (decimal): -3616750 or 1233096. OLE color: 1233096.
HSL color Cylindrical-coordinate representation of color #C8D012: hue angle of 62.53º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8D012 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 18 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.18 |
| HSL | 62.53º | 0.84% | 0.44% | - |
| HSV(B) | 62.53º | 0.91% | 0.82% | - |
| XYZ | 46.48 | 57.43 | 9.21 | - |
| YUV | 183.95 | 34.35 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 18 | 0.04 | 0 | 0.91 | 0.18 | 62.53 | 0.84 | 0.44 |
| Hex | C8 | D0 | 12 | 4 | 0 | 5B | 12 | 3F | 54 | 2C |
| Octal | 310 | 320 | 22 | 4 | 0 | 133 | 22 | 77 | 124 | 54 |
| Binary | 11001000 | 11010000 | 10010 | 100 | 0 | 1011011 | 10010 | 111111 | 1010100 | 101100 |
Color Harmonies of #C8D012
Complementary color
Monochromatic Colors of #C8D012
Black with #C8D012
Text Example
Text Example
White with #C8D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D012; }
p { color: rgb(200,208,18); }
H1.HeaderClassName
{
color: #C8D012;
}
.AnyTagClassName
{
color: #C8D012;
}
</style>
background-color css
<style>
a { background-color: #C8D012; }
a { background-color: rgb(200,208,18); }
div.DivClassName
{
background-color: #C8D012;
}
.BgClassName
{
background-color: #C8D012;
}
</style>
border-color css
<style>
span { border-color: #C8D012; }
span { border-color: rgb(200,208,18); }
td.TdClassName
{
border-color: #C8D012;
}
.TagClassName
{
border-color: #C8D012;
}
</style>