Html Css Color HEX #CED960 Wild Willow

📋 copy color: '#CED960'

red 206 ◦ green 217 ◦ blue 96

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

Shades of Wild Willow #CED960

Tints of Wild Willow #CED960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 96 (37.89% from 255) = 18.5%

R = 39.69%
G = 41.81%
B = 18.5%

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

#CED960 (or 0xCED960) is known color: Wild Willow. HEX triplet: CE, D9 and 60. RGB value is (206,217,96). Sum of RGB (Red+Green+Blue) = 206+217+96=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #CED960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED960 is #31269F. Grayscale: #C8C8C8. Windows color (decimal): -3221152 or 6347214. OLE color: 6347214.

HSL color Cylindrical-coordinate representation of color #CED960: hue angle of 65.45º 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 #CED960 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 96 -
CMYK 0.05 0 0.56 0.15
HSL 65.45º 0.61% 0.61% -
HSV(B) 65.45º 0.56% 0.85% -
XYZ 52.38 63.59 20.58 -
YUV 199.92 69.36 132.34 -
System Red Green Blue C M Y K H S L
Decimal 206 217 96 0.05 0 0.56 0.15 65.45 0.61 0.61
Hex CE D9 60 5 0 38 F 41 3D 3D
Octal 316 331 140 5 0 70 17 101 75 75
Binary 11001110 11011001 1100000 101 0 111000 1111 1000001 111101 111101

Color Harmonies of #CED960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED960

Black with #CED960

Text Example


Text Example

White with #CED960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED960; }

 p { color: rgb(206,217,96); }

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

background-color css

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

 a { background-color: rgb(206,217,96); }

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

border-color css

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

 span { border-color: rgb(206,217,96); }

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