Html Css Color HEX #CED95D Wild Willow

📋 copy color: '#CED95D'

red 206 ◦ green 217 ◦ blue 93

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

Shades of Wild Willow #CED95D

Tints of Wild Willow #CED95D

RGB

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

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

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

R = 39.92%
G = 42.05%
B = 18.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#CED95D (or 0xCED95D) is known color: Wild Willow. HEX triplet: CE, D9 and 5D. RGB value is (206,217,93). Sum of RGB (Red+Green+Blue) = 206+217+93=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #CED95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED95D is #3126A2. Grayscale: #C8C8C8. Windows color (decimal): -3221155 or 6150606. OLE color: 6150606.

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

Color convert

RGB 206 217 93 -
CMYK 0.05 0 0.57 0.15
HSL 65.32º 0.62% 0.61% -
HSV(B) 65.32º 0.57% 0.85% -
XYZ 52.24 63.54 19.87 -
YUV 199.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 206 217 93 0.05 0 0.57 0.15 65.32 0.62 0.61
Hex CE D9 5D 5 0 39 F 41 3E 3D
Octal 316 331 135 5 0 71 17 101 76 75
Binary 11001110 11011001 1011101 101 0 111001 1111 1000001 111110 111101

Color Harmonies of #CED95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED95D

Black with #CED95D

Text Example


Text Example

White with #CED95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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