Html Css Color HEX #CED85B Wild Willow

📋 copy color: '#CED85B'

red 206 ◦ green 216 ◦ blue 91

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

Shades of Wild Willow #CED85B

Tints of Wild Willow #CED85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.74%

R = 40.16%
G = 42.11%
B = 17.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#CED85B (or 0xCED85B) is known color: Wild Willow. HEX triplet: CE, D8 and 5B. RGB value is (206,216,91). Sum of RGB (Red+Green+Blue) = 206+216+91=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #CED85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED85B is #3127A4. Grayscale: #C7C7C7. Windows color (decimal): -3221413 or 6019278. OLE color: 6019278.

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

Color convert

RGB 206 216 91 -
CMYK 0.05 0 0.58 0.15
HSL 64.8º 0.62% 0.6% -
HSV(B) 64.8º 0.58% 0.85% -
XYZ 51.9 62.99 19.32 -
YUV 198.76 67.19 133.16 -
System Red Green Blue C M Y K H S L
Decimal 206 216 91 0.05 0 0.58 0.15 64.8 0.62 0.6
Hex CE D8 5B 5 0 3A F 41 3E 3C
Octal 316 330 133 5 0 72 17 101 76 74
Binary 11001110 11011000 1011011 101 0 111010 1111 1000001 111110 111100

Color Harmonies of #CED85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED85B

Black with #CED85B

Text Example


Text Example

White with #CED85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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