Shades of Bird Flower #CED60A
Tints of Bird Flower #CED60A
RGB
CMYK
RGB Variations
Color information
#CED60A (or 0xCED60A) is known color: Bird Flower. HEX triplet: CE, D6 and 0A. RGB value is (206,214,10). Sum of RGB (Red+Green+Blue) = 206+214+10=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #CED60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED60A is #3129F5. Grayscale: #BDBDBD. Windows color (decimal): -3222006 or 710350. OLE color: 710350.
HSL color Cylindrical-coordinate representation of color #CED60A: hue angle of 62.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED60A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.16 |
| HSL | 62.35º | 0.91% | 0.44% | - |
| HSV(B) | 62.35º | 0.95% | 0.84% | - |
| XYZ | 49.55 | 61.24 | 9.5 | - |
| YUV | 188.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 10 | 0.04 | 0 | 0.95 | 0.16 | 62.35 | 0.91 | 0.44 |
| Hex | CE | D6 | A | 4 | 0 | 5F | 10 | 3E | 5B | 2C |
| Octal | 316 | 326 | 12 | 4 | 0 | 137 | 20 | 76 | 133 | 54 |
| Binary | 11001110 | 11010110 | 1010 | 100 | 0 | 1011111 | 10000 | 111110 | 1011011 | 101100 |
Color Harmonies of #CED60A
Complementary color
Monochromatic Colors of #CED60A
Black with #CED60A
Text Example
Text Example
White with #CED60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED60A; }
p { color: rgb(206,214,10); }
H1.HeaderClassName
{
color: #CED60A;
}
.AnyTagClassName
{
color: #CED60A;
}
</style>
background-color css
<style>
a { background-color: #CED60A; }
a { background-color: rgb(206,214,10); }
div.DivClassName
{
background-color: #CED60A;
}
.BgClassName
{
background-color: #CED60A;
}
</style>
border-color css
<style>
span { border-color: #CED60A; }
span { border-color: rgb(206,214,10); }
td.TdClassName
{
border-color: #CED60A;
}
.TagClassName
{
border-color: #CED60A;
}
</style>