#CED65A

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

Shades of Wild Willow #CED65A

Tints of Wild Willow #CED65A

Color information

#CED65A (or 0xCED65A) is unknown color: approx Wild Willow. HEX triplet: CE, D6 and 5A. RGB value is (206,214,90). Sum of RGB (Red+Green+Blue) = 206+214+90=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #CED65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED65A is #3129A5. Grayscale: #C5C5C5. Windows color (decimal): -3221926 or 5953230. OLE color: 5953230.

HSL color Cylindrical-coordinate representation of color #CED65A: hue angle of 63.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CED65A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB20621490-
CMYK0.0400.580.16
HSL63.87º60.19%59.61%-
HSV(B)63.87º57.94%83.92%-
XYZ51.3561.9518.92-
YUV197.4767.35134.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 90 (35.55% from 255) = 17.65%
R=40.39%
G=41.96%
B=17.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206214900.0400.580.1663.8760.1959.61
HexCED65A403A10403c3c
Octal3163261324072201007474
Binary110011101101011010110101000111010100001000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED65A; }

 p { color: rgb(206,214,90); }

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

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

 a { background-color: rgb(206,214,90); }

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

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

 span { border-color: rgb(206,214,90); }

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