Shades of Bird Flower #CBD50E
Tints of Bird Flower #CBD50E
RGB
CMYK
RGB Variations
Color information
#CBD50E (or 0xCBD50E) is known color: Bird Flower. HEX triplet: CB, D5 and 0E. RGB value is (203,213,14). Sum of RGB (Red+Green+Blue) = 203+213+14=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD50E is #342AF1. Grayscale: #BCBCBC. Windows color (decimal): -3418866 or 972235. OLE color: 972235.
HSL color Cylindrical-coordinate representation of color #CBD50E: hue angle of 63.02º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBD50E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 14 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.02º | 0.88% | 0.45% | - |
| HSV(B) | 63.02º | 0.93% | 0.84% | - |
| XYZ | 48.5 | 60.32 | 9.5 | - |
| YUV | 187.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 14 | 0.05 | 0 | 0.93 | 0.16 | 63.02 | 0.88 | 0.45 |
| Hex | CB | D5 | E | 5 | 0 | 5D | 10 | 3F | 58 | 2D |
| Octal | 313 | 325 | 16 | 5 | 0 | 135 | 20 | 77 | 130 | 55 |
| Binary | 11001011 | 11010101 | 1110 | 101 | 0 | 1011101 | 10000 | 111111 | 1011000 | 101101 |
Color Harmonies of #CBD50E
Complementary color
Monochromatic Colors of #CBD50E
Black with #CBD50E
Text Example
Text Example
White with #CBD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD50E; }
p { color: rgb(203,213,14); }
H1.HeaderClassName
{
color: #CBD50E;
}
.AnyTagClassName
{
color: #CBD50E;
}
</style>
background-color css
<style>
a { background-color: #CBD50E; }
a { background-color: rgb(203,213,14); }
div.DivClassName
{
background-color: #CBD50E;
}
.BgClassName
{
background-color: #CBD50E;
}
</style>
border-color css
<style>
span { border-color: #CBD50E; }
span { border-color: rgb(203,213,14); }
td.TdClassName
{
border-color: #CBD50E;
}
.TagClassName
{
border-color: #CBD50E;
}
</style>