Shades of Bird Flower #CED902
Tints of Bird Flower #CED902
RGB
CMYK
RGB Variations
Color information
#CED902 (or 0xCED902) is known color: Bird Flower. HEX triplet: CE, D9 and 02. RGB value is (206,217,2). Sum of RGB (Red+Green+Blue) = 206+217+2=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #CED902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED902 is #3126FD. Grayscale: #BEBEBE. Windows color (decimal): -3221246 or 186830. OLE color: 186830.
HSL color Cylindrical-coordinate representation of color #CED902: hue angle of 63.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED902 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.15 |
| HSL | 63.07º | 0.98% | 0.43% | - |
| HSV(B) | 63.07º | 0.99% | 0.85% | - |
| XYZ | 50.28 | 62.75 | 9.52 | - |
| YUV | 189.2 | 22.36 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 2 | 0.05 | 0 | 0.99 | 0.15 | 63.07 | 0.98 | 0.43 |
| Hex | CE | D9 | 2 | 5 | 0 | 63 | F | 3F | 62 | 2B |
| Octal | 316 | 331 | 2 | 5 | 0 | 143 | 17 | 77 | 142 | 53 |
| Binary | 11001110 | 11011001 | 10 | 101 | 0 | 1100011 | 1111 | 111111 | 1100010 | 101011 |
Color Harmonies of #CED902
Complementary color
Monochromatic Colors of #CED902
Black with #CED902
Text Example
Text Example
White with #CED902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED902; }
p { color: rgb(206,217,2); }
H1.HeaderClassName
{
color: #CED902;
}
.AnyTagClassName
{
color: #CED902;
}
</style>
background-color css
<style>
a { background-color: #CED902; }
a { background-color: rgb(206,217,2); }
div.DivClassName
{
background-color: #CED902;
}
.BgClassName
{
background-color: #CED902;
}
</style>
border-color css
<style>
span { border-color: #CED902; }
span { border-color: rgb(206,217,2); }
td.TdClassName
{
border-color: #CED902;
}
.TagClassName
{
border-color: #CED902;
}
</style>