Shades of Bird Flower #CED205
Tints of Bird Flower #CED205
RGB
CMYK
RGB Variations
Color information
#CED205 (or 0xCED205) is known color: Bird Flower. HEX triplet: CE, D2 and 05. RGB value is (206,210,5). Sum of RGB (Red+Green+Blue) = 206+210+5=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #CED205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED205 is #312DFA. Grayscale: #BABABA. Windows color (decimal): -3223035 or 381646. OLE color: 381646.
HSL color Cylindrical-coordinate representation of color #CED205: hue angle of 61.17º 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 #CED205 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 5 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.18 |
| HSL | 61.17º | 0.95% | 0.42% | - |
| HSV(B) | 61.17º | 0.98% | 0.82% | - |
| XYZ | 48.53 | 59.23 | 9.02 | - |
| YUV | 185.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 5 | 0.02 | 0 | 0.98 | 0.18 | 61.17 | 0.95 | 0.42 |
| Hex | CE | D2 | 5 | 2 | 0 | 62 | 12 | 3D | 5F | 2A |
| Octal | 316 | 322 | 5 | 2 | 0 | 142 | 22 | 75 | 137 | 52 |
| Binary | 11001110 | 11010010 | 101 | 10 | 0 | 1100010 | 10010 | 111101 | 1011111 | 101010 |
Color Harmonies of #CED205
Complementary color
Monochromatic Colors of #CED205
Black with #CED205
Text Example
Text Example
White with #CED205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED205; }
p { color: rgb(206,210,5); }
H1.HeaderClassName
{
color: #CED205;
}
.AnyTagClassName
{
color: #CED205;
}
</style>
background-color css
<style>
a { background-color: #CED205; }
a { background-color: rgb(206,210,5); }
div.DivClassName
{
background-color: #CED205;
}
.BgClassName
{
background-color: #CED205;
}
</style>
border-color css
<style>
span { border-color: #CED205; }
span { border-color: rgb(206,210,5); }
td.TdClassName
{
border-color: #CED205;
}
.TagClassName
{
border-color: #CED205;
}
</style>