Html Css Color HEX #CEDD5A Wild Willow

📋 copy color: '#CEDD5A'

red 206 ◦ green 221 ◦ blue 90

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

Shades of Wild Willow #CEDD5A

Tints of Wild Willow #CEDD5A

RGB

 RED value IS 206 (80.86% from 255) = 39.85%

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

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 39.85%
G = 42.75%
B = 17.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#CEDD5A (or 0xCEDD5A) is known color: Wild Willow. HEX triplet: CE, DD and 5A. RGB value is (206,221,90). Sum of RGB (Red+Green+Blue) = 206+221+90=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD5A is #3122A5. Grayscale: #CACACA. Windows color (decimal): -3220134 or 5955022. OLE color: 5955022.

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

Color convert

RGB 206 221 90 -
CMYK 0.07 0 0.59 0.13
HSL 66.87º 0.66% 0.61% -
HSV(B) 66.87º 0.59% 0.87% -
XYZ 53.16 65.57 19.53 -
YUV 201.58 65.03 131.15 -
System Red Green Blue C M Y K H S L
Decimal 206 221 90 0.07 0 0.59 0.13 66.87 0.66 0.61
Hex CE DD 5A 7 0 3B D 43 42 3D
Octal 316 335 132 7 0 73 15 103 102 75
Binary 11001110 11011101 1011010 111 0 111011 1101 1000011 1000010 111101

Color Harmonies of #CEDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD5A

Black with #CEDD5A

Text Example


Text Example

White with #CEDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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