Shades of Bird Flower #CED005
Tints of Bird Flower #CED005
RGB
CMYK
RGB Variations
Color information
#CED005 (or 0xCED005) is known color: Bird Flower. HEX triplet: CE, D0 and 05. RGB value is (206,208,5). Sum of RGB (Red+Green+Blue) = 206+208+5=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #CED005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED005 is #312FFA. Grayscale: #B9B9B9. Windows color (decimal): -3223547 or 381134. OLE color: 381134.
HSL color Cylindrical-coordinate representation of color #CED005: hue angle of 60.59º degrees, saturation: 0.95, 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 #CED005 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.18 |
| HSL | 60.59º | 0.95% | 0.42% | - |
| HSV(B) | 60.59º | 0.98% | 0.82% | - |
| XYZ | 48.04 | 58.24 | 8.85 | - |
| YUV | 184.26 | 26.84 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 5 | 0.01 | 0 | 0.98 | 0.18 | 60.59 | 0.95 | 0.42 |
| Hex | CE | D0 | 5 | 1 | 0 | 62 | 12 | 3D | 5F | 2A |
| Octal | 316 | 320 | 5 | 1 | 0 | 142 | 22 | 75 | 137 | 52 |
| Binary | 11001110 | 11010000 | 101 | 1 | 0 | 1100010 | 10010 | 111101 | 1011111 | 101010 |
Color Harmonies of #CED005
Complementary color
Monochromatic Colors of #CED005
Black with #CED005
Text Example
Text Example
White with #CED005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED005; }
p { color: rgb(206,208,5); }
H1.HeaderClassName
{
color: #CED005;
}
.AnyTagClassName
{
color: #CED005;
}
</style>
background-color css
<style>
a { background-color: #CED005; }
a { background-color: rgb(206,208,5); }
div.DivClassName
{
background-color: #CED005;
}
.BgClassName
{
background-color: #CED005;
}
</style>
border-color css
<style>
span { border-color: #CED005; }
span { border-color: rgb(206,208,5); }
td.TdClassName
{
border-color: #CED005;
}
.TagClassName
{
border-color: #CED005;
}
</style>