Shades of Bird Flower #CED102
Tints of Bird Flower #CED102
RGB
CMYK
RGB Variations
Color information
#CED102 (or 0xCED102) is known color: Bird Flower. HEX triplet: CE, D1 and 02. RGB value is (206,209,2). Sum of RGB (Red+Green+Blue) = 206+209+2=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #CED102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED102 is #312EFD. Grayscale: #B9B9B9. Windows color (decimal): -3223294 or 184782. OLE color: 184782.
HSL color Cylindrical-coordinate representation of color #CED102: hue angle of 60.87º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CED102 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.18 |
| HSL | 60.87º | 0.98% | 0.41% | - |
| HSV(B) | 60.87º | 0.99% | 0.82% | - |
| XYZ | 48.27 | 58.73 | 8.85 | - |
| YUV | 184.51 | 25.01 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 2 | 0.01 | 0 | 0.99 | 0.18 | 60.87 | 0.98 | 0.41 |
| Hex | CE | D1 | 2 | 1 | 0 | 63 | 12 | 3D | 62 | 29 |
| Octal | 316 | 321 | 2 | 1 | 0 | 143 | 22 | 75 | 142 | 51 |
| Binary | 11001110 | 11010001 | 10 | 1 | 0 | 1100011 | 10010 | 111101 | 1100010 | 101001 |
Color Harmonies of #CED102
Complementary color
Monochromatic Colors of #CED102
Black with #CED102
Text Example
Text Example
White with #CED102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED102; }
p { color: rgb(206,209,2); }
H1.HeaderClassName
{
color: #CED102;
}
.AnyTagClassName
{
color: #CED102;
}
</style>
background-color css
<style>
a { background-color: #CED102; }
a { background-color: rgb(206,209,2); }
div.DivClassName
{
background-color: #CED102;
}
.BgClassName
{
background-color: #CED102;
}
</style>
border-color css
<style>
span { border-color: #CED102; }
span { border-color: rgb(206,209,2); }
td.TdClassName
{
border-color: #CED102;
}
.TagClassName
{
border-color: #CED102;
}
</style>