Html Css Color HEX #CED35F Wild Willow

📋 copy color: '#CED35F'

red 206 ◦ green 211 ◦ blue 95

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

Shades of Wild Willow #CED35F

Tints of Wild Willow #CED35F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 40.23%
G = 41.21%
B = 18.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#CED35F (or 0xCED35F) is known color: Wild Willow. HEX triplet: CE, D3 and 5F. RGB value is (206,211,95). Sum of RGB (Red+Green+Blue) = 206+211+95=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #CED35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED35F is #312CA0. Grayscale: #C4C4C4. Windows color (decimal): -3222689 or 6280142. OLE color: 6280142.

HSL color Cylindrical-coordinate representation of color #CED35F: hue angle of 62.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED35F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 95 -
CMYK 0.02 0 0.55 0.17
HSL 62.59º 0.57% 0.6% -
HSV(B) 62.59º 0.55% 0.83% -
XYZ 50.81 60.54 19.83 -
YUV 196.28 70.84 134.93 -
System Red Green Blue C M Y K H S L
Decimal 206 211 95 0.02 0 0.55 0.17 62.59 0.57 0.6
Hex CE D3 5F 2 0 37 11 3F 39 3C
Octal 316 323 137 2 0 67 21 77 71 74
Binary 11001110 11010011 1011111 10 0 110111 10001 111111 111001 111100

Color Harmonies of #CED35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED35F

Black with #CED35F

Text Example


Text Example

White with #CED35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED35F; }

 p { color: rgb(206,211,95); }

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

background-color css

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

 a { background-color: rgb(206,211,95); }

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

border-color css

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

 span { border-color: rgb(206,211,95); }

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