Shades of Bird Flower #CED100
Tints of Bird Flower #CED100
RGB
CMYK
RGB Variations
Color information
#CED100 (or 0xCED100) is known color: Bird Flower. HEX triplet: CE, D1 and 00. RGB value is (206,209,0). Sum of RGB (Red+Green+Blue) = 206+209+0=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #CED100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED100 is #312EFF. Grayscale: #B9B9B9. Windows color (decimal): -3223296 or 53710. OLE color: 53710.
HSL color Cylindrical-coordinate representation of color #CED100: hue angle of 60.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED100 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 209 | 0 | - |
CMYK | 0.01 | 0 | 1 | 0.18 |
HSL | 60.86º | 1% | 0.41% | - |
HSV(B) | 60.86º | 1% | 0.82% | - |
XYZ | 48.25 | 58.72 | 8.79 | - |
YUV | 184.28 | 24.01 | 143.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 0 | 0.01 | 0 | 1 | 0.18 | 60.86 | 1 | 0.41 |
Hex | CE | D1 | 0 | 1 | 0 | 64 | 12 | 3D | 64 | 29 |
Octal | 316 | 321 | 0 | 1 | 0 | 144 | 22 | 75 | 144 | 51 |
Binary | 11001110 | 11010001 | 0 | 1 | 0 | 1100100 | 10010 | 111101 | 1100100 | 101001 |
Color Harmonies of #CED100
Complementary color
Monochromatic Colors of #CED100
Black with #CED100
Text Example
Text Example
White with #CED100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED100; }
p { color: rgb(206,209,0); }
H1.HeaderClassName
{
color: #CED100;
}
.AnyTagClassName
{
color: #CED100;
}
</style>
background-color css
<style>
a { background-color: #CED100; }
a { background-color: rgb(206,209,0); }
div.DivClassName
{
background-color: #CED100;
}
.BgClassName
{
background-color: #CED100;
}
</style>
border-color css
<style>
span { border-color: #CED100; }
span { border-color: rgb(206,209,0); }
td.TdClassName
{
border-color: #CED100;
}
.TagClassName
{
border-color: #CED100;
}
</style>