Shades of Bird Flower #CED40A
Tints of Bird Flower #CED40A
RGB
CMYK
RGB Variations
Color information
#CED40A (or 0xCED40A) is known color: Bird Flower. HEX triplet: CE, D4 and 0A. RGB value is (206,212,10). Sum of RGB (Red+Green+Blue) = 206+212+10=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #CED40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED40A is #312BF5. Grayscale: #BBBBBB. Windows color (decimal): -3222518 or 709838. OLE color: 709838.
HSL color Cylindrical-coordinate representation of color #CED40A: hue angle of 61.78º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED40A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.17 |
| HSL | 61.78º | 0.91% | 0.44% | - |
| HSV(B) | 61.78º | 0.95% | 0.83% | - |
| XYZ | 49.05 | 60.23 | 9.33 | - |
| YUV | 187.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 10 | 0.03 | 0 | 0.95 | 0.17 | 61.78 | 0.91 | 0.44 |
| Hex | CE | D4 | A | 3 | 0 | 5F | 11 | 3E | 5B | 2C |
| Octal | 316 | 324 | 12 | 3 | 0 | 137 | 21 | 76 | 133 | 54 |
| Binary | 11001110 | 11010100 | 1010 | 11 | 0 | 1011111 | 10001 | 111110 | 1011011 | 101100 |
Color Harmonies of #CED40A
Complementary color
Monochromatic Colors of #CED40A
Black with #CED40A
Text Example
Text Example
White with #CED40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED40A; }
p { color: rgb(206,212,10); }
H1.HeaderClassName
{
color: #CED40A;
}
.AnyTagClassName
{
color: #CED40A;
}
</style>
background-color css
<style>
a { background-color: #CED40A; }
a { background-color: rgb(206,212,10); }
div.DivClassName
{
background-color: #CED40A;
}
.BgClassName
{
background-color: #CED40A;
}
</style>
border-color css
<style>
span { border-color: #CED40A; }
span { border-color: rgb(206,212,10); }
td.TdClassName
{
border-color: #CED40A;
}
.TagClassName
{
border-color: #CED40A;
}
</style>