#CED80B

Color #CED80B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CED80B

Tints of Bird Flower #CED80B

Color information

#CED80B (or 0xCED80B) is unknown color: approx Bird Flower. HEX triplet: CE, D8 and 0B. RGB value is (206,216,11). Sum of RGB (Red+Green+Blue) = 206+216+11=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #CED80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED80B is #3127F4. Grayscale: #BEBEBE. Windows color (decimal): -3221493 or 776398. OLE color: 776398.

HSL color Cylindrical-coordinate representation of color #CED80B: hue angle of 62.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CED80B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB20621611-
CMYK0.0500.950.15
HSL62.93º90.31%44.51%-
HSV(B)62.93º94.91%84.71%-
XYZ50.0762.269.69-
YUV189.6427.19139.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 216 (84.77% from 255) = 49.88%
BLUE value IS 11 (4.69% from 255) = 2.54%
R=47.58%
G=49.88%
B=2.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206216110.0500.950.1562.9390.3144.51
HexCED8B505FF3f5a2d
Octal3163301350137177713255
Binary110011101101100010111010101111111111111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED80B; }

 p { color: rgb(206,216,11); }

 H1.HeaderClassName
 {
   color: #CED80B;
 }
 .AnyTagClassName
 {
   color: #CED80B;
 }
</style>
background-color css

<style>
 a { background-color: #CED80B; }

 a { background-color: rgb(206,216,11); }

 div.DivClassName
 {
   background-color: #CED80B;
 }
 .BgClassName
 {
   background-color: #CED80B;
 }
</style>
border-color css

<style>
 span { border-color: #CED80B; }

 span { border-color: rgb(206,216,11); }

 td.TdClassName
 {
   border-color: #CED80B;
 }
 .TagClassName
 {
   border-color: #CED80B;
 }
</style>