Shades of Bird Flower #CFD402
Tints of Bird Flower #CFD402
RGB
CMYK
RGB Variations
Color information
#CFD402 (or 0xCFD402) is known color: Bird Flower. HEX triplet: CF, D4 and 02. RGB value is (207,212,2). Sum of RGB (Red+Green+Blue) = 207+212+2=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD402 is #302BFD. Grayscale: #BBBBBB. Windows color (decimal): -3156990 or 185551. OLE color: 185551.
HSL color Cylindrical-coordinate representation of color #CFD402: hue angle of 61.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFD402 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.17 |
| HSL | 61.43º | 0.98% | 0.42% | - |
| HSV(B) | 61.43º | 0.99% | 0.83% | - |
| XYZ | 49.29 | 60.36 | 9.11 | - |
| YUV | 186.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 2 | 0.02 | 0 | 0.99 | 0.17 | 61.43 | 0.98 | 0.42 |
| Hex | CF | D4 | 2 | 2 | 0 | 63 | 11 | 3D | 62 | 2A |
| Octal | 317 | 324 | 2 | 2 | 0 | 143 | 21 | 75 | 142 | 52 |
| Binary | 11001111 | 11010100 | 10 | 10 | 0 | 1100011 | 10001 | 111101 | 1100010 | 101010 |
Color Harmonies of #CFD402
Complementary color
Monochromatic Colors of #CFD402
Black with #CFD402
Text Example
Text Example
White with #CFD402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD402; }
p { color: rgb(207,212,2); }
H1.HeaderClassName
{
color: #CFD402;
}
.AnyTagClassName
{
color: #CFD402;
}
</style>
background-color css
<style>
a { background-color: #CFD402; }
a { background-color: rgb(207,212,2); }
div.DivClassName
{
background-color: #CFD402;
}
.BgClassName
{
background-color: #CFD402;
}
</style>
border-color css
<style>
span { border-color: #CFD402; }
span { border-color: rgb(207,212,2); }
td.TdClassName
{
border-color: #CFD402;
}
.TagClassName
{
border-color: #CFD402;
}
</style>