Shades of Bird Flower #CED70A
Tints of Bird Flower #CED70A
RGB
CMYK
RGB Variations
Color information
#CED70A (or 0xCED70A) is known color: Bird Flower. HEX triplet: CE, D7 and 0A. RGB value is (206,215,10). Sum of RGB (Red+Green+Blue) = 206+215+10=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #CED70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED70A is #3128F5. Grayscale: #BDBDBD. Windows color (decimal): -3221750 or 710606. OLE color: 710606.
HSL color Cylindrical-coordinate representation of color #CED70A: hue angle of 62.63º 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 #CED70A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.16 |
| HSL | 62.63º | 0.91% | 0.44% | - |
| HSV(B) | 62.63º | 0.95% | 0.84% | - |
| XYZ | 49.81 | 61.74 | 9.58 | - |
| YUV | 188.94 | 27.02 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 10 | 0.04 | 0 | 0.95 | 0.16 | 62.63 | 0.91 | 0.44 |
| Hex | CE | D7 | A | 4 | 0 | 5F | 10 | 3F | 5B | 2C |
| Octal | 316 | 327 | 12 | 4 | 0 | 137 | 20 | 77 | 133 | 54 |
| Binary | 11001110 | 11010111 | 1010 | 100 | 0 | 1011111 | 10000 | 111111 | 1011011 | 101100 |
Color Harmonies of #CED70A
Complementary color
Monochromatic Colors of #CED70A
Black with #CED70A
Text Example
Text Example
White with #CED70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED70A; }
p { color: rgb(206,215,10); }
H1.HeaderClassName
{
color: #CED70A;
}
.AnyTagClassName
{
color: #CED70A;
}
</style>
background-color css
<style>
a { background-color: #CED70A; }
a { background-color: rgb(206,215,10); }
div.DivClassName
{
background-color: #CED70A;
}
.BgClassName
{
background-color: #CED70A;
}
</style>
border-color css
<style>
span { border-color: #CED70A; }
span { border-color: rgb(206,215,10); }
td.TdClassName
{
border-color: #CED70A;
}
.TagClassName
{
border-color: #CED70A;
}
</style>