#CED25B

Color #CED25B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CED25B

Tints of Wild Willow #CED25B

Color information

#CED25B (or 0xCED25B) is unknown color: approx Wild Willow. HEX triplet: CE, D2 and 5B. RGB value is (206,210,91). Sum of RGB (Red+Green+Blue) = 206+210+91=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #CED25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED25B is #312DA4. Grayscale: #C3C3C3. Windows color (decimal): -3222949 or 6017742. OLE color: 6017742.

HSL color Cylindrical-coordinate representation of color #CED25B: hue angle of 62.02º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED25B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20621091-
CMYK0.0200.570.18
HSL62.02º56.94%59.02%-
HSV(B)62.02º56.67%82.35%-
XYZ50.3959.9718.82-
YUV195.2469.17135.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 91 (35.94% from 255) = 17.95%
R=40.63%
G=41.42%
B=17.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210910.0200.570.1862.0256.9459.02
HexCED25B2039123e393b
Octal316322133207122767173
Binary1100111011010010101101110011100110010111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED25B; }

 p { color: rgb(206,210,91); }

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

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

 a { background-color: rgb(206,210,91); }

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

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

 span { border-color: rgb(206,210,91); }

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