Shades of Bird Flower #CED70C
Tints of Bird Flower #CED70C
RGB
CMYK
RGB Variations
Color information
#CED70C (or 0xCED70C) is known color: Bird Flower. HEX triplet: CE, D7 and 0C. RGB value is (206,215,12). Sum of RGB (Red+Green+Blue) = 206+215+12=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #CED70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED70C is #3128F3. Grayscale: #BDBDBD. Windows color (decimal): -3221748 or 841678. OLE color: 841678.
HSL color Cylindrical-coordinate representation of color #CED70C: hue angle of 62.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED70C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.16 |
| HSL | 62.66º | 0.89% | 0.45% | - |
| HSV(B) | 62.66º | 0.94% | 0.84% | - |
| XYZ | 49.82 | 61.75 | 9.64 | - |
| YUV | 189.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 12 | 0.04 | 0 | 0.94 | 0.16 | 62.66 | 0.89 | 0.45 |
| Hex | CE | D7 | C | 4 | 0 | 5E | 10 | 3F | 59 | 2D |
| Octal | 316 | 327 | 14 | 4 | 0 | 136 | 20 | 77 | 131 | 55 |
| Binary | 11001110 | 11010111 | 1100 | 100 | 0 | 1011110 | 10000 | 111111 | 1011001 | 101101 |
Color Harmonies of #CED70C
Complementary color
Monochromatic Colors of #CED70C
Black with #CED70C
Text Example
Text Example
White with #CED70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED70C; }
p { color: rgb(206,215,12); }
H1.HeaderClassName
{
color: #CED70C;
}
.AnyTagClassName
{
color: #CED70C;
}
</style>
background-color css
<style>
a { background-color: #CED70C; }
a { background-color: rgb(206,215,12); }
div.DivClassName
{
background-color: #CED70C;
}
.BgClassName
{
background-color: #CED70C;
}
</style>
border-color css
<style>
span { border-color: #CED70C; }
span { border-color: rgb(206,215,12); }
td.TdClassName
{
border-color: #CED70C;
}
.TagClassName
{
border-color: #CED70C;
}
</style>