Shades of Bird Flower #CFDA00
Tints of Bird Flower #CFDA00
RGB
CMYK
RGB Variations
Color information
#CFDA00 (or 0xCFDA00) is known color: Bird Flower. HEX triplet: CF, DA and 00. RGB value is (207,218,0). Sum of RGB (Red+Green+Blue) = 207+218+0=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA00 is #3025FF. Grayscale: #BEBEBE. Windows color (decimal): -3155456 or 56015. OLE color: 56015.
HSL color Cylindrical-coordinate representation of color #CFDA00: hue angle of 63.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFDA00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.15 |
| HSL | 63.03º | 1% | 0.43% | - |
| HSV(B) | 63.03º | 1% | 0.85% | - |
| XYZ | 50.8 | 63.41 | 9.56 | - |
| YUV | 189.86 | 20.86 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 0 | 0.05 | 0 | 1 | 0.15 | 63.03 | 1 | 0.43 |
| Hex | CF | DA | 0 | 5 | 0 | 64 | F | 3F | 64 | 2B |
| Octal | 317 | 332 | 0 | 5 | 0 | 144 | 17 | 77 | 144 | 53 |
| Binary | 11001111 | 11011010 | 0 | 101 | 0 | 1100100 | 1111 | 111111 | 1100100 | 101011 |
Color Harmonies of #CFDA00
Complementary color
Monochromatic Colors of #CFDA00
Black with #CFDA00
Text Example
Text Example
White with #CFDA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA00; }
p { color: rgb(207,218,0); }
H1.HeaderClassName
{
color: #CFDA00;
}
.AnyTagClassName
{
color: #CFDA00;
}
</style>
background-color css
<style>
a { background-color: #CFDA00; }
a { background-color: rgb(207,218,0); }
div.DivClassName
{
background-color: #CFDA00;
}
.BgClassName
{
background-color: #CFDA00;
}
</style>
border-color css
<style>
span { border-color: #CFDA00; }
span { border-color: rgb(207,218,0); }
td.TdClassName
{
border-color: #CFDA00;
}
.TagClassName
{
border-color: #CFDA00;
}
</style>