Html Css Color HEX #CED75D Wild Willow

📋 copy color: '#CED75D'

red 206 ◦ green 215 ◦ blue 93

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

Shades of Wild Willow #CED75D

Tints of Wild Willow #CED75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.09%

R = 40.08%
G = 41.83%
B = 18.09%

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

#CED75D (or 0xCED75D) is known color: Wild Willow. HEX triplet: CE, D7 and 5D. RGB value is (206,215,93). Sum of RGB (Red+Green+Blue) = 206+215+93=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #CED75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED75D is #3128A2. Grayscale: #C6C6C6. Windows color (decimal): -3221667 or 6150094. OLE color: 6150094.

HSL color Cylindrical-coordinate representation of color #CED75D: hue angle of 64.43º degrees, saturation: 0.6, 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 #CED75D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 93 -
CMYK 0.04 0 0.57 0.16
HSL 64.43º 0.6% 0.6% -
HSV(B) 64.43º 0.57% 0.84% -
XYZ 51.73 62.51 19.7 -
YUV 198.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 206 215 93 0.04 0 0.57 0.16 64.43 0.6 0.6
Hex CE D7 5D 4 0 39 10 40 3C 3C
Octal 316 327 135 4 0 71 20 100 74 74
Binary 11001110 11010111 1011101 100 0 111001 10000 1000000 111100 111100

Color Harmonies of #CED75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED75D

Black with #CED75D

Text Example


Text Example

White with #CED75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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