Shades of Bird Flower #CFD50B
Tints of Bird Flower #CFD50B
RGB
CMYK
RGB Variations
Color information
#CFD50B (or 0xCFD50B) is known color: Bird Flower. HEX triplet: CF, D5 and 0B. RGB value is (207,213,11). Sum of RGB (Red+Green+Blue) = 207+213+11=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD50B is #302AF4. Grayscale: #BCBCBC. Windows color (decimal): -3156725 or 775631. OLE color: 775631.
HSL color Cylindrical-coordinate representation of color #CFD50B: hue angle of 61.78º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFD50B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.16 |
| HSL | 61.78º | 0.9% | 0.44% | - |
| HSV(B) | 61.78º | 0.95% | 0.84% | - |
| XYZ | 49.59 | 60.88 | 9.45 | - |
| YUV | 188.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 11 | 0.03 | 0 | 0.95 | 0.16 | 61.78 | 0.9 | 0.44 |
| Hex | CF | D5 | B | 3 | 0 | 5F | 10 | 3E | 5A | 2C |
| Octal | 317 | 325 | 13 | 3 | 0 | 137 | 20 | 76 | 132 | 54 |
| Binary | 11001111 | 11010101 | 1011 | 11 | 0 | 1011111 | 10000 | 111110 | 1011010 | 101100 |
Color Harmonies of #CFD50B
Complementary color
Monochromatic Colors of #CFD50B
Black with #CFD50B
Text Example
Text Example
White with #CFD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD50B; }
p { color: rgb(207,213,11); }
H1.HeaderClassName
{
color: #CFD50B;
}
.AnyTagClassName
{
color: #CFD50B;
}
</style>
background-color css
<style>
a { background-color: #CFD50B; }
a { background-color: rgb(207,213,11); }
div.DivClassName
{
background-color: #CFD50B;
}
.BgClassName
{
background-color: #CFD50B;
}
</style>
border-color css
<style>
span { border-color: #CFD50B; }
span { border-color: rgb(207,213,11); }
td.TdClassName
{
border-color: #CFD50B;
}
.TagClassName
{
border-color: #CFD50B;
}
</style>