Shades of Bird Flower #C9D30E
Tints of Bird Flower #C9D30E
RGB
CMYK
RGB Variations
Color information
#C9D30E (or 0xC9D30E) is known color: Bird Flower. HEX triplet: C9, D3 and 0E. RGB value is (201,211,14). Sum of RGB (Red+Green+Blue) = 201+211+14=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D30E is #362CF1. Grayscale: #BABABA. Windows color (decimal): -3550450 or 971721. OLE color: 971721.
HSL color Cylindrical-coordinate representation of color #C9D30E: hue angle of 63.05º 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 #C9D30E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.17 |
| HSL | 63.05º | 0.88% | 0.44% | - |
| HSV(B) | 63.05º | 0.93% | 0.83% | - |
| XYZ | 47.46 | 59.04 | 9.31 | - |
| YUV | 185.55 | 31.19 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 14 | 0.05 | 0 | 0.93 | 0.17 | 63.05 | 0.88 | 0.44 |
| Hex | C9 | D3 | E | 5 | 0 | 5D | 11 | 3F | 58 | 2C |
| Octal | 311 | 323 | 16 | 5 | 0 | 135 | 21 | 77 | 130 | 54 |
| Binary | 11001001 | 11010011 | 1110 | 101 | 0 | 1011101 | 10001 | 111111 | 1011000 | 101100 |
Color Harmonies of #C9D30E
Complementary color
Monochromatic Colors of #C9D30E
Black with #C9D30E
Text Example
Text Example
White with #C9D30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D30E; }
p { color: rgb(201,211,14); }
H1.HeaderClassName
{
color: #C9D30E;
}
.AnyTagClassName
{
color: #C9D30E;
}
</style>
background-color css
<style>
a { background-color: #C9D30E; }
a { background-color: rgb(201,211,14); }
div.DivClassName
{
background-color: #C9D30E;
}
.BgClassName
{
background-color: #C9D30E;
}
</style>
border-color css
<style>
span { border-color: #C9D30E; }
span { border-color: rgb(201,211,14); }
td.TdClassName
{
border-color: #C9D30E;
}
.TagClassName
{
border-color: #C9D30E;
}
</style>