Html Css Color HEX #CED85F Wild Willow

📋 copy color: '#CED85F'

red 206 ◦ green 216 ◦ blue 95

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

Shades of Wild Willow #CED85F

Tints of Wild Willow #CED85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.78%

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

R = 39.85%
G = 41.78%
B = 18.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CED85F (or 0xCED85F) is known color: Wild Willow. HEX triplet: CE, D8 and 5F. RGB value is (206,216,95). Sum of RGB (Red+Green+Blue) = 206+216+95=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #CED85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED85F is #3127A0. Grayscale: #C7C7C7. Windows color (decimal): -3221409 or 6281422. OLE color: 6281422.

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

Color convert

RGB 206 216 95 -
CMYK 0.05 0 0.56 0.15
HSL 64.96º 0.61% 0.61% -
HSV(B) 64.96º 0.56% 0.85% -
XYZ 52.08 63.06 20.25 -
YUV 199.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 206 216 95 0.05 0 0.56 0.15 64.96 0.61 0.61
Hex CE D8 5F 5 0 38 F 41 3D 3D
Octal 316 330 137 5 0 70 17 101 75 75
Binary 11001110 11011000 1011111 101 0 111000 1111 1000001 111101 111101

Color Harmonies of #CED85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED85F

Black with #CED85F

Text Example


Text Example

White with #CED85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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