Shades of Bird Flower #CBD40C
Tints of Bird Flower #CBD40C
RGB
CMYK
RGB Variations
Color information
#CBD40C (or 0xCBD40C) is known color: Bird Flower. HEX triplet: CB, D4 and 0C. RGB value is (203,212,12). Sum of RGB (Red+Green+Blue) = 203+212+12=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD40C is #342BF3. Grayscale: #BBBBBB. Windows color (decimal): -3419124 or 840907. OLE color: 840907.
HSL color Cylindrical-coordinate representation of color #CBD40C: hue angle of 62.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBD40C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 12 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.17 |
| HSL | 62.7º | 0.89% | 0.44% | - |
| HSV(B) | 62.7º | 0.94% | 0.83% | - |
| XYZ | 48.24 | 59.81 | 9.35 | - |
| YUV | 186.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 12 | 0.04 | 0 | 0.94 | 0.17 | 62.7 | 0.89 | 0.44 |
| Hex | CB | D4 | C | 4 | 0 | 5E | 11 | 3F | 59 | 2C |
| Octal | 313 | 324 | 14 | 4 | 0 | 136 | 21 | 77 | 131 | 54 |
| Binary | 11001011 | 11010100 | 1100 | 100 | 0 | 1011110 | 10001 | 111111 | 1011001 | 101100 |
Color Harmonies of #CBD40C
Complementary color
Monochromatic Colors of #CBD40C
Black with #CBD40C
Text Example
Text Example
White with #CBD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD40C; }
p { color: rgb(203,212,12); }
H1.HeaderClassName
{
color: #CBD40C;
}
.AnyTagClassName
{
color: #CBD40C;
}
</style>
background-color css
<style>
a { background-color: #CBD40C; }
a { background-color: rgb(203,212,12); }
div.DivClassName
{
background-color: #CBD40C;
}
.BgClassName
{
background-color: #CBD40C;
}
</style>
border-color css
<style>
span { border-color: #CBD40C; }
span { border-color: rgb(203,212,12); }
td.TdClassName
{
border-color: #CBD40C;
}
.TagClassName
{
border-color: #CBD40C;
}
</style>