Shades of Bird Flower #CECF00
Tints of Bird Flower #CECF00
RGB
CMYK
RGB Variations
Color information
#CECF00 (or 0xCECF00) is known color: Bird Flower. HEX triplet: CE, CF and 00. RGB value is (206,207,0). Sum of RGB (Red+Green+Blue) = 206+207+0=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 207 (81.25% from 255 or 50.12% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF00 is #3130FF. Grayscale: #B7B7B7. Windows color (decimal): -3223808 or 53198. OLE color: 53198.
HSL color Cylindrical-coordinate representation of color #CECF00: hue angle of 60.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CECF00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.19 |
| HSL | 60.29º | 1% | 0.41% | - |
| HSV(B) | 60.29º | 1% | 0.81% | - |
| XYZ | 47.77 | 57.75 | 8.63 | - |
| YUV | 183.1 | 24.67 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 0 | 0.00 | 0 | 1 | 0.19 | 60.29 | 1 | 0.41 |
| Hex | CE | CF | 0 | 0 | 0 | 64 | 13 | 3C | 64 | 29 |
| Octal | 316 | 317 | 0 | 0 | 0 | 144 | 23 | 74 | 144 | 51 |
| Binary | 11001110 | 11001111 | 0 | 0 | 0 | 1100100 | 10011 | 111100 | 1100100 | 101001 |
Color Harmonies of #CECF00
Complementary color
Monochromatic Colors of #CECF00
Black with #CECF00
Text Example
Text Example
White with #CECF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF00; }
p { color: rgb(206,207,0); }
H1.HeaderClassName
{
color: #CECF00;
}
.AnyTagClassName
{
color: #CECF00;
}
</style>
background-color css
<style>
a { background-color: #CECF00; }
a { background-color: rgb(206,207,0); }
div.DivClassName
{
background-color: #CECF00;
}
.BgClassName
{
background-color: #CECF00;
}
</style>
border-color css
<style>
span { border-color: #CECF00; }
span { border-color: rgb(206,207,0); }
td.TdClassName
{
border-color: #CECF00;
}
.TagClassName
{
border-color: #CECF00;
}
</style>