Shades of Bird Flower #CFD505
Tints of Bird Flower #CFD505
RGB
CMYK
RGB Variations
Color information
#CFD505 (or 0xCFD505) is known color: Bird Flower. HEX triplet: CF, D5 and 05. RGB value is (207,213,5). Sum of RGB (Red+Green+Blue) = 207+213+5=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD505 is #302AFA. Grayscale: #BCBCBC. Windows color (decimal): -3156731 or 382415. OLE color: 382415.
HSL color Cylindrical-coordinate representation of color #CFD505: hue angle of 61.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFD505 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 5 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.16 |
| HSL | 61.73º | 0.95% | 0.43% | - |
| HSV(B) | 61.73º | 0.98% | 0.84% | - |
| XYZ | 49.55 | 60.86 | 9.28 | - |
| YUV | 187.49 | 25.01 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 5 | 0.03 | 0 | 0.98 | 0.16 | 61.73 | 0.95 | 0.43 |
| Hex | CF | D5 | 5 | 3 | 0 | 62 | 10 | 3E | 5F | 2B |
| Octal | 317 | 325 | 5 | 3 | 0 | 142 | 20 | 76 | 137 | 53 |
| Binary | 11001111 | 11010101 | 101 | 11 | 0 | 1100010 | 10000 | 111110 | 1011111 | 101011 |
Color Harmonies of #CFD505
Complementary color
Monochromatic Colors of #CFD505
Black with #CFD505
Text Example
Text Example
White with #CFD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD505; }
p { color: rgb(207,213,5); }
H1.HeaderClassName
{
color: #CFD505;
}
.AnyTagClassName
{
color: #CFD505;
}
</style>
background-color css
<style>
a { background-color: #CFD505; }
a { background-color: rgb(207,213,5); }
div.DivClassName
{
background-color: #CFD505;
}
.BgClassName
{
background-color: #CFD505;
}
</style>
border-color css
<style>
span { border-color: #CFD505; }
span { border-color: rgb(207,213,5); }
td.TdClassName
{
border-color: #CFD505;
}
.TagClassName
{
border-color: #CFD505;
}
</style>