Shades of Bird Flower #CFD202
Tints of Bird Flower #CFD202
RGB
CMYK
RGB Variations
Color information
#CFD202 (or 0xCFD202) is known color: Bird Flower. HEX triplet: CF, D2 and 02. RGB value is (207,210,2). Sum of RGB (Red+Green+Blue) = 207+210+2=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD202 is #302DFD. Grayscale: #BABABA. Windows color (decimal): -3157502 or 185039. OLE color: 185039.
HSL color Cylindrical-coordinate representation of color #CFD202: hue angle of 60.87º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFD202 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 2 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.18 |
| HSL | 60.87º | 0.98% | 0.42% | - |
| HSV(B) | 60.87º | 0.99% | 0.82% | - |
| XYZ | 48.79 | 59.36 | 8.94 | - |
| YUV | 185.39 | 24.51 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 2 | 0.01 | 0 | 0.99 | 0.18 | 60.87 | 0.98 | 0.42 |
| Hex | CF | D2 | 2 | 1 | 0 | 63 | 12 | 3D | 62 | 2A |
| Octal | 317 | 322 | 2 | 1 | 0 | 143 | 22 | 75 | 142 | 52 |
| Binary | 11001111 | 11010010 | 10 | 1 | 0 | 1100011 | 10010 | 111101 | 1100010 | 101010 |
Color Harmonies of #CFD202
Complementary color
Monochromatic Colors of #CFD202
Black with #CFD202
Text Example
Text Example
White with #CFD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD202; }
p { color: rgb(207,210,2); }
H1.HeaderClassName
{
color: #CFD202;
}
.AnyTagClassName
{
color: #CFD202;
}
</style>
background-color css
<style>
a { background-color: #CFD202; }
a { background-color: rgb(207,210,2); }
div.DivClassName
{
background-color: #CFD202;
}
.BgClassName
{
background-color: #CFD202;
}
</style>
border-color css
<style>
span { border-color: #CFD202; }
span { border-color: rgb(207,210,2); }
td.TdClassName
{
border-color: #CFD202;
}
.TagClassName
{
border-color: #CFD202;
}
</style>