Shades of Bird Flower #CFD900
Tints of Bird Flower #CFD900
RGB
CMYK
RGB Variations
Color information
#CFD900 (or 0xCFD900) is known color: Bird Flower. HEX triplet: CF, D9 and 00. RGB value is (207,217,0). Sum of RGB (Red+Green+Blue) = 207+217+0=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD900 is #3026FF. Grayscale: #BEBEBE. Windows color (decimal): -3155712 or 55759. OLE color: 55759.
HSL color Cylindrical-coordinate representation of color #CFD900: hue angle of 62.76º 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 #CFD900 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.15 |
| HSL | 62.76º | 1% | 0.43% | - |
| HSV(B) | 62.76º | 1% | 0.85% | - |
| XYZ | 50.54 | 62.89 | 9.48 | - |
| YUV | 189.27 | 21.19 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 0 | 0.05 | 0 | 1 | 0.15 | 62.76 | 1 | 0.43 |
| Hex | CF | D9 | 0 | 5 | 0 | 64 | F | 3F | 64 | 2B |
| Octal | 317 | 331 | 0 | 5 | 0 | 144 | 17 | 77 | 144 | 53 |
| Binary | 11001111 | 11011001 | 0 | 101 | 0 | 1100100 | 1111 | 111111 | 1100100 | 101011 |
Color Harmonies of #CFD900
Complementary color
Monochromatic Colors of #CFD900
Black with #CFD900
Text Example
Text Example
White with #CFD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD900; }
p { color: rgb(207,217,0); }
H1.HeaderClassName
{
color: #CFD900;
}
.AnyTagClassName
{
color: #CFD900;
}
</style>
background-color css
<style>
a { background-color: #CFD900; }
a { background-color: rgb(207,217,0); }
div.DivClassName
{
background-color: #CFD900;
}
.BgClassName
{
background-color: #CFD900;
}
</style>
border-color css
<style>
span { border-color: #CFD900; }
span { border-color: rgb(207,217,0); }
td.TdClassName
{
border-color: #CFD900;
}
.TagClassName
{
border-color: #CFD900;
}
</style>