Html Css Color HEX #CED756 Wild Willow

📋 copy color: '#CED756'

red 206 ◦ green 215 ◦ blue 86

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

Shades of Wild Willow #CED756

Tints of Wild Willow #CED756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

 BLUE value IS 86 (33.98% from 255) = 16.96%

R = 40.63%
G = 42.41%
B = 16.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#CED756 (or 0xCED756) is known color: Wild Willow. HEX triplet: CE, D7 and 56. RGB value is (206,215,86). Sum of RGB (Red+Green+Blue) = 206+215+86=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #CED756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED756 is #3128A9. Grayscale: #C6C6C6. Windows color (decimal): -3221674 or 5691342. OLE color: 5691342.

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

Color convert

RGB 206 215 86 -
CMYK 0.04 0 0.6 0.16
HSL 64.19º 0.62% 0.59% -
HSV(B) 64.19º 0.6% 0.84% -
XYZ 51.43 62.39 18.14 -
YUV 197.6 65.02 133.99 -
System Red Green Blue C M Y K H S L
Decimal 206 215 86 0.04 0 0.6 0.16 64.19 0.62 0.59
Hex CE D7 56 4 0 3C 10 40 3E 3B
Octal 316 327 126 4 0 74 20 100 76 73
Binary 11001110 11010111 1010110 100 0 111100 10000 1000000 111110 111011

Color Harmonies of #CED756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED756

Black with #CED756

Text Example


Text Example

White with #CED756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED756; }

 p { color: rgb(206,215,86); }

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

background-color css

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

 a { background-color: rgb(206,215,86); }

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

border-color css

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

 span { border-color: rgb(206,215,86); }

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