Shades of Bird Flower #CEDA02
Tints of Bird Flower #CEDA02
RGB
CMYK
RGB Variations
Color information
#CEDA02 (or 0xCEDA02) is known color: Bird Flower. HEX triplet: CE, DA and 02. RGB value is (206,218,2). Sum of RGB (Red+Green+Blue) = 206+218+2=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA02 is #3125FD. Grayscale: #BEBEBE. Windows color (decimal): -3220990 or 187086. OLE color: 187086.
HSL color Cylindrical-coordinate representation of color #CEDA02: hue angle of 63.33º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEDA02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.15 |
| HSL | 63.33º | 0.98% | 0.43% | - |
| HSV(B) | 63.33º | 0.99% | 0.85% | - |
| XYZ | 50.54 | 63.27 | 9.61 | - |
| YUV | 189.79 | 22.02 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 2 | 0.06 | 0 | 0.99 | 0.15 | 63.33 | 0.98 | 0.43 |
| Hex | CE | DA | 2 | 6 | 0 | 63 | F | 3F | 62 | 2B |
| Octal | 316 | 332 | 2 | 6 | 0 | 143 | 17 | 77 | 142 | 53 |
| Binary | 11001110 | 11011010 | 10 | 110 | 0 | 1100011 | 1111 | 111111 | 1100010 | 101011 |
Color Harmonies of #CEDA02
Complementary color
Monochromatic Colors of #CEDA02
Black with #CEDA02
Text Example
Text Example
White with #CEDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA02; }
p { color: rgb(206,218,2); }
H1.HeaderClassName
{
color: #CEDA02;
}
.AnyTagClassName
{
color: #CEDA02;
}
</style>
background-color css
<style>
a { background-color: #CEDA02; }
a { background-color: rgb(206,218,2); }
div.DivClassName
{
background-color: #CEDA02;
}
.BgClassName
{
background-color: #CEDA02;
}
</style>
border-color css
<style>
span { border-color: #CEDA02; }
span { border-color: rgb(206,218,2); }
td.TdClassName
{
border-color: #CEDA02;
}
.TagClassName
{
border-color: #CEDA02;
}
</style>