Html Css Color HEX #CED65F Wild Willow

📋 copy color: '#CED65F'

red 206 ◦ green 214 ◦ blue 95

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

Shades of Wild Willow #CED65F

Tints of Wild Willow #CED65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

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

R = 40%
G = 41.55%
B = 18.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#CED65F (or 0xCED65F) is known color: Wild Willow. HEX triplet: CE, D6 and 5F. RGB value is (206,214,95). Sum of RGB (Red+Green+Blue) = 206+214+95=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #CED65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED65F is #3129A0. Grayscale: #C6C6C6. Windows color (decimal): -3221921 or 6280910. OLE color: 6280910.

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

Color convert

RGB 206 214 95 -
CMYK 0.04 0 0.56 0.16
HSL 64.03º 0.59% 0.61% -
HSV(B) 64.03º 0.56% 0.84% -
XYZ 51.57 62.04 20.08 -
YUV 198.04 69.85 133.68 -
System Red Green Blue C M Y K H S L
Decimal 206 214 95 0.04 0 0.56 0.16 64.03 0.59 0.61
Hex CE D6 5F 4 0 38 10 40 3B 3D
Octal 316 326 137 4 0 70 20 100 73 75
Binary 11001110 11010110 1011111 100 0 111000 10000 1000000 111011 111101

Color Harmonies of #CED65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED65F

Black with #CED65F

Text Example


Text Example

White with #CED65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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