#C4D85F

Color #C4D85F Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C4D85F

Tints of Wild Willow #C4D85F

Color information

#C4D85F (or 0xC4D85F) is unknown color: approx Wild Willow. HEX triplet: C4, D8 and 5F. RGB value is (196,216,95). Sum of RGB (Red+Green+Blue) = 196+216+95=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D85F is #3B27A0. Grayscale: #C4C4C4. Windows color (decimal): -3876769 or 6281412. OLE color: 6281412.

HSL color Cylindrical-coordinate representation of color #C4D85F: hue angle of 69.92º 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 #C4D85F is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB19621695-
CMYK0.0900.560.15
HSL69.92º60.8%60.98%-
HSV(B)69.92º56.02%84.71%-
XYZ49.3961.6720.13-
YUV196.2370.87127.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=38.66%
G=42.60%
B=18.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196216950.0900.560.1569.9260.860.98
HexC4D85F9038F463d3d
Octal30433013711070171067575
Binary110001001101100010111111001011100011111000110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D85F; }

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

 H1.HeaderClassName
 {
   color: #C4D85F;
 }
 .AnyTagClassName
 {
   color: #C4D85F;
 }
</style>
background-color css

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

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

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

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

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

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