Shades of Bird Flower #CFDE08
Tints of Bird Flower #CFDE08
RGB
CMYK
RGB Variations
Color information
#CFDE08 (or 0xCFDE08) is known color: Bird Flower. HEX triplet: CF, DE and 08. RGB value is (207,222,8). Sum of RGB (Red+Green+Blue) = 207+222+8=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDE08 is #3021F7. Grayscale: #C1C1C1. Windows color (decimal): -3154424 or 581327. OLE color: 581327.
HSL color Cylindrical-coordinate representation of color #CFDE08: hue angle of 64.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFDE08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.13 |
| HSL | 64.21º | 0.93% | 0.45% | - |
| HSV(B) | 64.21º | 0.96% | 0.87% | - |
| XYZ | 51.9 | 65.53 | 10.14 | - |
| YUV | 193.12 | 23.53 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 8 | 0.07 | 0 | 0.96 | 0.13 | 64.21 | 0.93 | 0.45 |
| Hex | CF | DE | 8 | 7 | 0 | 60 | D | 40 | 5D | 2D |
| Octal | 317 | 336 | 10 | 7 | 0 | 140 | 15 | 100 | 135 | 55 |
| Binary | 11001111 | 11011110 | 1000 | 111 | 0 | 1100000 | 1101 | 1000000 | 1011101 | 101101 |
Color Harmonies of #CFDE08
Complementary color
Monochromatic Colors of #CFDE08
Black with #CFDE08
Text Example
Text Example
White with #CFDE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE08; }
p { color: rgb(207,222,8); }
H1.HeaderClassName
{
color: #CFDE08;
}
.AnyTagClassName
{
color: #CFDE08;
}
</style>
background-color css
<style>
a { background-color: #CFDE08; }
a { background-color: rgb(207,222,8); }
div.DivClassName
{
background-color: #CFDE08;
}
.BgClassName
{
background-color: #CFDE08;
}
</style>
border-color css
<style>
span { border-color: #CFDE08; }
span { border-color: rgb(207,222,8); }
td.TdClassName
{
border-color: #CFDE08;
}
.TagClassName
{
border-color: #CFDE08;
}
</style>