Html Css Color HEX #CED463 Wild Willow

📋 copy color: '#CED463'

red 206 ◦ green 212 ◦ blue 99

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

Shades of Wild Willow #CED463

Tints of Wild Willow #CED463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

 BLUE value IS 99 (39.06% from 255) = 19.15%

R = 39.85%
G = 41.01%
B = 19.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#CED463 (or 0xCED463) is known color: Wild Willow. HEX triplet: CE, D4 and 63. RGB value is (206,212,99). Sum of RGB (Red+Green+Blue) = 206+212+99=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CED463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED463 is #312B9C. Grayscale: #C5C5C5. Windows color (decimal): -3222429 or 6542542. OLE color: 6542542.

HSL color Cylindrical-coordinate representation of color #CED463: hue angle of 63.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED463 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 99 -
CMYK 0.03 0 0.53 0.17
HSL 63.19º 0.57% 0.61% -
HSV(B) 63.19º 0.53% 0.83% -
XYZ 51.25 61.11 20.9 -
YUV 197.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 206 212 99 0.03 0 0.53 0.17 63.19 0.57 0.61
Hex CE D4 63 3 0 35 11 3F 39 3D
Octal 316 324 143 3 0 65 21 77 71 75
Binary 11001110 11010100 1100011 11 0 110101 10001 111111 111001 111101

Color Harmonies of #CED463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED463

Black with #CED463

Text Example


Text Example

White with #CED463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED463; }

 p { color: rgb(206,212,99); }

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

background-color css

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

 a { background-color: rgb(206,212,99); }

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

border-color css

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

 span { border-color: rgb(206,212,99); }

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