Shades of Bird Flower #CED300
Tints of Bird Flower #CED300
RGB
CMYK
RGB Variations
Color information
#CED300 (or 0xCED300) is known color: Bird Flower. HEX triplet: CE, D3 and 00. RGB value is (206,211,0). Sum of RGB (Red+Green+Blue) = 206+211+0=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #CED300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED300 is #312CFF. Grayscale: #BABABA. Windows color (decimal): -3222784 or 54222. OLE color: 54222.
HSL color Cylindrical-coordinate representation of color #CED300: hue angle of 61.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.17 |
| HSL | 61.42º | 1% | 0.41% | - |
| HSV(B) | 61.42º | 1% | 0.83% | - |
| XYZ | 48.75 | 59.71 | 8.96 | - |
| YUV | 185.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 0 | 0.02 | 0 | 1 | 0.17 | 61.42 | 1 | 0.41 |
| Hex | CE | D3 | 0 | 2 | 0 | 64 | 11 | 3D | 64 | 29 |
| Octal | 316 | 323 | 0 | 2 | 0 | 144 | 21 | 75 | 144 | 51 |
| Binary | 11001110 | 11010011 | 0 | 10 | 0 | 1100100 | 10001 | 111101 | 1100100 | 101001 |
Color Harmonies of #CED300
Complementary color
Monochromatic Colors of #CED300
Black with #CED300
Text Example
Text Example
White with #CED300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED300; }
p { color: rgb(206,211,0); }
H1.HeaderClassName
{
color: #CED300;
}
.AnyTagClassName
{
color: #CED300;
}
</style>
background-color css
<style>
a { background-color: #CED300; }
a { background-color: rgb(206,211,0); }
div.DivClassName
{
background-color: #CED300;
}
.BgClassName
{
background-color: #CED300;
}
</style>
border-color css
<style>
span { border-color: #CED300; }
span { border-color: rgb(206,211,0); }
td.TdClassName
{
border-color: #CED300;
}
.TagClassName
{
border-color: #CED300;
}
</style>