Shades of Bird Flower #CFD003
Tints of Bird Flower #CFD003
RGB
CMYK
RGB Variations
Color information
#CFD003 (or 0xCFD003) is known color: Bird Flower. HEX triplet: CF, D0 and 03. RGB value is (207,208,3). Sum of RGB (Red+Green+Blue) = 207+208+3=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD003 is #302FFC. Grayscale: #B9B9B9. Windows color (decimal): -3158013 or 250063. OLE color: 250063.
HSL color Cylindrical-coordinate representation of color #CFD003: hue angle of 60.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFD003 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 3 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.18 |
| HSL | 60.29º | 0.97% | 0.41% | - |
| HSV(B) | 60.29º | 0.99% | 0.82% | - |
| XYZ | 48.3 | 58.38 | 8.81 | - |
| YUV | 184.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 3 | 0.00 | 0 | 0.99 | 0.18 | 60.29 | 0.97 | 0.41 |
| Hex | CF | D0 | 3 | 0 | 0 | 63 | 12 | 3C | 61 | 29 |
| Octal | 317 | 320 | 3 | 0 | 0 | 143 | 22 | 74 | 141 | 51 |
| Binary | 11001111 | 11010000 | 11 | 0 | 0 | 1100011 | 10010 | 111100 | 1100001 | 101001 |
Color Harmonies of #CFD003
Complementary color
Monochromatic Colors of #CFD003
Black with #CFD003
Text Example
Text Example
White with #CFD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD003; }
p { color: rgb(207,208,3); }
H1.HeaderClassName
{
color: #CFD003;
}
.AnyTagClassName
{
color: #CFD003;
}
</style>
background-color css
<style>
a { background-color: #CFD003; }
a { background-color: rgb(207,208,3); }
div.DivClassName
{
background-color: #CFD003;
}
.BgClassName
{
background-color: #CFD003;
}
</style>
border-color css
<style>
span { border-color: #CFD003; }
span { border-color: rgb(207,208,3); }
td.TdClassName
{
border-color: #CFD003;
}
.TagClassName
{
border-color: #CFD003;
}
</style>