Html Css Color HEX #CED958 Wild Willow

📋 copy color: '#CED958'

red 206 ◦ green 217 ◦ blue 88

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

Shades of Wild Willow #CED958

Tints of Wild Willow #CED958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.22%

R = 40.31%
G = 42.47%
B = 17.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#CED958 (or 0xCED958) is known color: Wild Willow. HEX triplet: CE, D9 and 58. RGB value is (206,217,88). Sum of RGB (Red+Green+Blue) = 206+217+88=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #CED958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED958 is #3126A7. Grayscale: #C7C7C7. Windows color (decimal): -3221160 or 5822926. OLE color: 5822926.

HSL color Cylindrical-coordinate representation of color #CED958: hue angle of 65.12º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED958 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 88 -
CMYK 0.05 0 0.59 0.15
HSL 65.12º 0.63% 0.6% -
HSV(B) 65.12º 0.59% 0.85% -
XYZ 52.03 63.45 18.74 -
YUV 199.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 206 217 88 0.05 0 0.59 0.15 65.12 0.63 0.6
Hex CE D9 58 5 0 3B F 41 3F 3C
Octal 316 331 130 5 0 73 17 101 77 74
Binary 11001110 11011001 1011000 101 0 111011 1111 1000001 111111 111100

Color Harmonies of #CED958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED958

Black with #CED958

Text Example


Text Example

White with #CED958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED958; }

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

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

background-color css

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

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

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

border-color css

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

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

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