#C4D75C

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

Shades of Wild Willow #C4D75C

Tints of Wild Willow #C4D75C

Color information

#C4D75C (or 0xC4D75C) is unknown color: approx Wild Willow. HEX triplet: C4, D7 and 5C. RGB value is (196,215,92). Sum of RGB (Red+Green+Blue) = 196+215+92=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D75C is #3B28A3. Grayscale: #C3C3C3. Windows color (decimal): -3877028 or 6084548. OLE color: 6084548.

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

Color convert

RGB19621592-
CMYK0.0900.570.16
HSL69.27º60.59%60.2%-
HSV(B)69.27º57.21%84.31%-
XYZ4961.1119.34-
YUV195.369.71128.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 215 (84.38% from 255) = 42.74%
BLUE value IS 92 (36.33% from 255) = 18.29%
R=38.97%
G=42.74%
B=18.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal196215920.0900.570.1669.2760.5960.2
HexC4D75C903910453d3c
Octal30432713411071201057574
Binary1100010011010111101110010010111001100001000101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D75C; }

 p { color: rgb(196,215,92); }

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

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

 a { background-color: rgb(196,215,92); }

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

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

 span { border-color: rgb(196,215,92); }

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