Shades of Bird Flower #CED30E
Tints of Bird Flower #CED30E
RGB
CMYK
RGB Variations
Color information
#CED30E (or 0xCED30E) is known color: Bird Flower. HEX triplet: CE, D3 and 0E. RGB value is (206,211,14). Sum of RGB (Red+Green+Blue) = 206+211+14=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #CED30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED30E is #312CF1. Grayscale: #BBBBBB. Windows color (decimal): -3222770 or 971726. OLE color: 971726.
HSL color Cylindrical-coordinate representation of color #CED30E: hue angle of 61.52º 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 #CED30E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 14 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.17 |
| HSL | 61.52º | 0.88% | 0.44% | - |
| HSV(B) | 61.52º | 0.93% | 0.83% | - |
| XYZ | 48.83 | 59.74 | 9.37 | - |
| YUV | 187.05 | 30.34 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 14 | 0.02 | 0 | 0.93 | 0.17 | 61.52 | 0.88 | 0.44 |
| Hex | CE | D3 | E | 2 | 0 | 5D | 11 | 3E | 58 | 2C |
| Octal | 316 | 323 | 16 | 2 | 0 | 135 | 21 | 76 | 130 | 54 |
| Binary | 11001110 | 11010011 | 1110 | 10 | 0 | 1011101 | 10001 | 111110 | 1011000 | 101100 |
Color Harmonies of #CED30E
Complementary color
Monochromatic Colors of #CED30E
Black with #CED30E
Text Example
Text Example
White with #CED30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED30E; }
p { color: rgb(206,211,14); }
H1.HeaderClassName
{
color: #CED30E;
}
.AnyTagClassName
{
color: #CED30E;
}
</style>
background-color css
<style>
a { background-color: #CED30E; }
a { background-color: rgb(206,211,14); }
div.DivClassName
{
background-color: #CED30E;
}
.BgClassName
{
background-color: #CED30E;
}
</style>
border-color css
<style>
span { border-color: #CED30E; }
span { border-color: rgb(206,211,14); }
td.TdClassName
{
border-color: #CED30E;
}
.TagClassName
{
border-color: #CED30E;
}
</style>