Shades of Bird Flower #CED003
Tints of Bird Flower #CED003
RGB
CMYK
RGB Variations
Color information
#CED003 (or 0xCED003) is known color: Bird Flower. HEX triplet: CE, D0 and 03. RGB value is (206,208,3). Sum of RGB (Red+Green+Blue) = 206+208+3=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #CED003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED003 is #312FFC. Grayscale: #B8B8B8. Windows color (decimal): -3223549 or 250062. OLE color: 250062.
HSL color Cylindrical-coordinate representation of color #CED003: hue angle of 60.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED003 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.18 |
| HSL | 60.59º | 0.97% | 0.41% | - |
| HSV(B) | 60.59º | 0.99% | 0.82% | - |
| XYZ | 48.03 | 58.24 | 8.8 | - |
| YUV | 184.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 3 | 0.01 | 0 | 0.99 | 0.18 | 60.59 | 0.97 | 0.41 |
| Hex | CE | D0 | 3 | 1 | 0 | 63 | 12 | 3D | 61 | 29 |
| Octal | 316 | 320 | 3 | 1 | 0 | 143 | 22 | 75 | 141 | 51 |
| Binary | 11001110 | 11010000 | 11 | 1 | 0 | 1100011 | 10010 | 111101 | 1100001 | 101001 |
Color Harmonies of #CED003
Complementary color
Monochromatic Colors of #CED003
Black with #CED003
Text Example
Text Example
White with #CED003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED003; }
p { color: rgb(206,208,3); }
H1.HeaderClassName
{
color: #CED003;
}
.AnyTagClassName
{
color: #CED003;
}
</style>
background-color css
<style>
a { background-color: #CED003; }
a { background-color: rgb(206,208,3); }
div.DivClassName
{
background-color: #CED003;
}
.BgClassName
{
background-color: #CED003;
}
</style>
border-color css
<style>
span { border-color: #CED003; }
span { border-color: rgb(206,208,3); }
td.TdClassName
{
border-color: #CED003;
}
.TagClassName
{
border-color: #CED003;
}
</style>