Shades of Bird Flower #CED104
Tints of Bird Flower #CED104
RGB
CMYK
RGB Variations
Color information
#CED104 (or 0xCED104) is known color: Bird Flower. HEX triplet: CE, D1 and 04. RGB value is (206,209,4). Sum of RGB (Red+Green+Blue) = 206+209+4=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #CED104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED104 is #312EFB. Grayscale: #B9B9B9. Windows color (decimal): -3223292 or 315854. OLE color: 315854.
HSL color Cylindrical-coordinate representation of color #CED104: hue angle of 60.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CED104 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 4 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.18 |
| HSL | 60.88º | 0.96% | 0.42% | - |
| HSV(B) | 60.88º | 0.98% | 0.82% | - |
| XYZ | 48.28 | 58.73 | 8.91 | - |
| YUV | 184.73 | 26.01 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 4 | 0.01 | 0 | 0.98 | 0.18 | 60.88 | 0.96 | 0.42 |
| Hex | CE | D1 | 4 | 1 | 0 | 62 | 12 | 3D | 60 | 2A |
| Octal | 316 | 321 | 4 | 1 | 0 | 142 | 22 | 75 | 140 | 52 |
| Binary | 11001110 | 11010001 | 100 | 1 | 0 | 1100010 | 10010 | 111101 | 1100000 | 101010 |
Color Harmonies of #CED104
Complementary color
Monochromatic Colors of #CED104
Black with #CED104
Text Example
Text Example
White with #CED104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED104; }
p { color: rgb(206,209,4); }
H1.HeaderClassName
{
color: #CED104;
}
.AnyTagClassName
{
color: #CED104;
}
</style>
background-color css
<style>
a { background-color: #CED104; }
a { background-color: rgb(206,209,4); }
div.DivClassName
{
background-color: #CED104;
}
.BgClassName
{
background-color: #CED104;
}
</style>
border-color css
<style>
span { border-color: #CED104; }
span { border-color: rgb(206,209,4); }
td.TdClassName
{
border-color: #CED104;
}
.TagClassName
{
border-color: #CED104;
}
</style>