Html Css Color HEX #CDDD5E Wild Willow

📋 copy color: '#CDDD5E'

red 205 ◦ green 221 ◦ blue 94

#CDDD5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CDDD5E

Tints of Wild Willow #CDDD5E

RGB

 RED value IS 205 (80.47% from 255) = 39.42%

 GREEN value IS 221 (86.72% from 255) = 42.5%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 39.42%
G = 42.5%
B = 18.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CDDD5E (or 0xCDDD5E) is known color: Wild Willow. HEX triplet: CD, DD and 5E. RGB value is (205,221,94). Sum of RGB (Red+Green+Blue) = 205+221+94=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD5E is #3222A1. Grayscale: #CACACA. Windows color (decimal): -3285666 or 6217165. OLE color: 6217165.

HSL color Cylindrical-coordinate representation of color #CDDD5E: hue angle of 67.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDDD5E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 94 -
CMYK 0.07 0 0.57 0.13
HSL 67.56º 0.65% 0.62% -
HSV(B) 67.56º 0.57% 0.87% -
XYZ 53.05 65.5 20.44 -
YUV 201.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 205 221 94 0.07 0 0.57 0.13 67.56 0.65 0.62
Hex CD DD 5E 7 0 39 D 44 41 3E
Octal 315 335 136 7 0 71 15 104 101 76
Binary 11001101 11011101 1011110 111 0 111001 1101 1000100 1000001 111110

Color Harmonies of #CDDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD5E

Black with #CDDD5E

Text Example


Text Example

White with #CDDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD5E; }

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

 H1.HeaderClassName
 {
   color: #CDDD5E;
 }
 .AnyTagClassName
 {
   color: #CDDD5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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