Shades of Bird Flower #CECF02
Tints of Bird Flower #CECF02
RGB
CMYK
RGB Variations
Color information
#CECF02 (or 0xCECF02) is known color: Bird Flower. HEX triplet: CE, CF and 02. RGB value is (206,207,2). Sum of RGB (Red+Green+Blue) = 206+207+2=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF02 is #3130FD. Grayscale: #B8B8B8. Windows color (decimal): -3223806 or 184270. OLE color: 184270.
HSL color Cylindrical-coordinate representation of color #CECF02: hue angle of 60.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CECF02 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 2 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.19 |
| HSL | 60.29º | 0.98% | 0.41% | - |
| HSV(B) | 60.29º | 0.99% | 0.81% | - |
| XYZ | 47.78 | 57.75 | 8.69 | - |
| YUV | 183.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 2 | 0.00 | 0 | 0.99 | 0.19 | 60.29 | 0.98 | 0.41 |
| Hex | CE | CF | 2 | 0 | 0 | 63 | 13 | 3C | 62 | 29 |
| Octal | 316 | 317 | 2 | 0 | 0 | 143 | 23 | 74 | 142 | 51 |
| Binary | 11001110 | 11001111 | 10 | 0 | 0 | 1100011 | 10011 | 111100 | 1100010 | 101001 |
Color Harmonies of #CECF02
Complementary color
Monochromatic Colors of #CECF02
Black with #CECF02
Text Example
Text Example
White with #CECF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF02; }
p { color: rgb(206,207,2); }
H1.HeaderClassName
{
color: #CECF02;
}
.AnyTagClassName
{
color: #CECF02;
}
</style>
background-color css
<style>
a { background-color: #CECF02; }
a { background-color: rgb(206,207,2); }
div.DivClassName
{
background-color: #CECF02;
}
.BgClassName
{
background-color: #CECF02;
}
</style>
border-color css
<style>
span { border-color: #CECF02; }
span { border-color: rgb(206,207,2); }
td.TdClassName
{
border-color: #CECF02;
}
.TagClassName
{
border-color: #CECF02;
}
</style>