Html Css Color HEX #CED55D Wild Willow

📋 copy color: '#CED55D'

red 206 ◦ green 213 ◦ blue 93

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

Shades of Wild Willow #CED55D

Tints of Wild Willow #CED55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 40.23%
G = 41.6%
B = 18.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#CED55D (or 0xCED55D) is known color: Wild Willow. HEX triplet: CE, D5 and 5D. RGB value is (206,213,93). Sum of RGB (Red+Green+Blue) = 206+213+93=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #CED55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED55D is #312AA2. Grayscale: #C5C5C5. Windows color (decimal): -3222179 or 6149582. OLE color: 6149582.

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

Color convert

RGB 206 213 93 -
CMYK 0.03 0 0.56 0.16
HSL 63.5º 0.59% 0.6% -
HSV(B) 63.5º 0.56% 0.84% -
XYZ 51.22 61.5 19.53 -
YUV 197.23 69.18 134.26 -
System Red Green Blue C M Y K H S L
Decimal 206 213 93 0.03 0 0.56 0.16 63.5 0.59 0.6
Hex CE D5 5D 3 0 38 10 40 3B 3C
Octal 316 325 135 3 0 70 20 100 73 74
Binary 11001110 11010101 1011101 11 0 111000 10000 1000000 111011 111100

Color Harmonies of #CED55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED55D

Black with #CED55D

Text Example


Text Example

White with #CED55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED55D; }

 p { color: rgb(206,213,93); }

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

background-color css

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

 a { background-color: rgb(206,213,93); }

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

border-color css

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

 span { border-color: rgb(206,213,93); }

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