#CDD25E

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

Shades of Wild Willow #CDD25E

Tints of Wild Willow #CDD25E

Color information

#CDD25E (or 0xCDD25E) is unknown color: approx Wild Willow. HEX triplet: CD, D2 and 5E. RGB value is (205,210,94). Sum of RGB (Red+Green+Blue) = 205+210+94=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD25E is #322DA1. Grayscale: #C3C3C3. Windows color (decimal): -3288482 or 6214349. OLE color: 6214349.

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

Color convert

RGB20521094-
CMYK0.0200.550.18
HSL62.59º56.31%59.61%-
HSV(B)62.59º55.24%82.35%-
XYZ50.2459.8819.5-
YUV195.2870.84134.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.28%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=40.28%
G=41.26%
B=18.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205210940.0200.550.1862.5956.3159.61
HexCDD25E2037123f383c
Octal315322136206722777074
Binary1100110111010010101111010011011110010111111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD25E; }

 p { color: rgb(205,210,94); }

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

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

 a { background-color: rgb(205,210,94); }

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

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

 span { border-color: rgb(205,210,94); }

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