Shades of Bird Flower #CFDA05
Tints of Bird Flower #CFDA05
RGB
CMYK
RGB Variations
Color information
#CFDA05 (or 0xCFDA05) is known color: Bird Flower. HEX triplet: CF, DA and 05. RGB value is (207,218,5). Sum of RGB (Red+Green+Blue) = 207+218+5=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA05 is #3025FA. Grayscale: #BFBFBF. Windows color (decimal): -3155451 or 383695. OLE color: 383695.
HSL color Cylindrical-coordinate representation of color #CFDA05: hue angle of 63.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFDA05 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 5 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.15 |
| HSL | 63.1º | 0.96% | 0.44% | - |
| HSV(B) | 63.1º | 0.98% | 0.85% | - |
| XYZ | 50.83 | 63.42 | 9.71 | - |
| YUV | 190.43 | 23.36 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 5 | 0.05 | 0 | 0.98 | 0.15 | 63.1 | 0.96 | 0.44 |
| Hex | CF | DA | 5 | 5 | 0 | 62 | F | 3F | 60 | 2C |
| Octal | 317 | 332 | 5 | 5 | 0 | 142 | 17 | 77 | 140 | 54 |
| Binary | 11001111 | 11011010 | 101 | 101 | 0 | 1100010 | 1111 | 111111 | 1100000 | 101100 |
Color Harmonies of #CFDA05
Complementary color
Monochromatic Colors of #CFDA05
Black with #CFDA05
Text Example
Text Example
White with #CFDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA05; }
p { color: rgb(207,218,5); }
H1.HeaderClassName
{
color: #CFDA05;
}
.AnyTagClassName
{
color: #CFDA05;
}
</style>
background-color css
<style>
a { background-color: #CFDA05; }
a { background-color: rgb(207,218,5); }
div.DivClassName
{
background-color: #CFDA05;
}
.BgClassName
{
background-color: #CFDA05;
}
</style>
border-color css
<style>
span { border-color: #CFDA05; }
span { border-color: rgb(207,218,5); }
td.TdClassName
{
border-color: #CFDA05;
}
.TagClassName
{
border-color: #CFDA05;
}
</style>