Shades of Bird Flower #C9D40E
Tints of Bird Flower #C9D40E
RGB
CMYK
RGB Variations
Color information
#C9D40E (or 0xC9D40E) is known color: Bird Flower. HEX triplet: C9, D4 and 0E. RGB value is (201,212,14). Sum of RGB (Red+Green+Blue) = 201+212+14=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D40E is #362BF1. Grayscale: #BABABA. Windows color (decimal): -3550194 or 971977. OLE color: 971977.
HSL color Cylindrical-coordinate representation of color #C9D40E: hue angle of 63.33º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9D40E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.17 |
| HSL | 63.33º | 0.88% | 0.44% | - |
| HSV(B) | 63.33º | 0.93% | 0.83% | - |
| XYZ | 47.71 | 59.54 | 9.39 | - |
| YUV | 186.14 | 30.86 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 14 | 0.05 | 0 | 0.93 | 0.17 | 63.33 | 0.88 | 0.44 |
| Hex | C9 | D4 | E | 5 | 0 | 5D | 11 | 3F | 58 | 2C |
| Octal | 311 | 324 | 16 | 5 | 0 | 135 | 21 | 77 | 130 | 54 |
| Binary | 11001001 | 11010100 | 1110 | 101 | 0 | 1011101 | 10001 | 111111 | 1011000 | 101100 |
Color Harmonies of #C9D40E
Complementary color
Monochromatic Colors of #C9D40E
Black with #C9D40E
Text Example
Text Example
White with #C9D40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D40E; }
p { color: rgb(201,212,14); }
H1.HeaderClassName
{
color: #C9D40E;
}
.AnyTagClassName
{
color: #C9D40E;
}
</style>
background-color css
<style>
a { background-color: #C9D40E; }
a { background-color: rgb(201,212,14); }
div.DivClassName
{
background-color: #C9D40E;
}
.BgClassName
{
background-color: #C9D40E;
}
</style>
border-color css
<style>
span { border-color: #C9D40E; }
span { border-color: rgb(201,212,14); }
td.TdClassName
{
border-color: #C9D40E;
}
.TagClassName
{
border-color: #C9D40E;
}
</style>