Html Css Color HEX #CED75C Wild Willow

📋 copy color: '#CED75C'

red 206 ◦ green 215 ◦ blue 92

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

Shades of Wild Willow #CED75C

Tints of Wild Willow #CED75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.93%

R = 40.16%
G = 41.91%
B = 17.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#CED75C (or 0xCED75C) is known color: Wild Willow. HEX triplet: CE, D7 and 5C. RGB value is (206,215,92). Sum of RGB (Red+Green+Blue) = 206+215+92=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #CED75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED75C is #3128A3. Grayscale: #C6C6C6. Windows color (decimal): -3221668 or 6084558. OLE color: 6084558.

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

Color convert

RGB 206 215 92 -
CMYK 0.04 0 0.57 0.16
HSL 64.39º 0.61% 0.6% -
HSV(B) 64.39º 0.57% 0.84% -
XYZ 51.69 62.5 19.46 -
YUV 198.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 206 215 92 0.04 0 0.57 0.16 64.39 0.61 0.6
Hex CE D7 5C 4 0 39 10 40 3D 3C
Octal 316 327 134 4 0 71 20 100 75 74
Binary 11001110 11010111 1011100 100 0 111001 10000 1000000 111101 111100

Color Harmonies of #CED75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED75C

Black with #CED75C

Text Example


Text Example

White with #CED75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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