Html Css Color HEX #CDD85E Wild Willow

📋 copy color: '#CDD85E'

red 205 ◦ green 216 ◦ blue 94

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

Shades of Wild Willow #CDD85E

Tints of Wild Willow #CDD85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

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

R = 39.81%
G = 41.94%
B = 18.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CDD85E (or 0xCDD85E) is known color: Wild Willow. HEX triplet: CD, D8 and 5E. RGB value is (205,216,94). Sum of RGB (Red+Green+Blue) = 205+216+94=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD85E is #3227A1. Grayscale: #C7C7C7. Windows color (decimal): -3286946 or 6215885. OLE color: 6215885.

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

Color convert

RGB 205 216 94 -
CMYK 0.05 0 0.56 0.15
HSL 65.41º 0.61% 0.61% -
HSV(B) 65.41º 0.56% 0.85% -
XYZ 51.75 62.9 20 -
YUV 198.8 68.86 132.42 -
System Red Green Blue C M Y K H S L
Decimal 205 216 94 0.05 0 0.56 0.15 65.41 0.61 0.61
Hex CD D8 5E 5 0 38 F 41 3D 3D
Octal 315 330 136 5 0 70 17 101 75 75
Binary 11001101 11011000 1011110 101 0 111000 1111 1000001 111101 111101

Color Harmonies of #CDD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD85E

Black with #CDD85E

Text Example


Text Example

White with #CDD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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