#C7CD4D

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

Shades of Wild Willow #C7CD4D

Tints of Wild Willow #C7CD4D

Color information

#C7CD4D (or 0xC7CD4D) is unknown color: approx Wild Willow. HEX triplet: C7, CD and 4D. RGB value is (199,205,77). Sum of RGB (Red+Green+Blue) = 199+205+77=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CD4D is #3832B2. Grayscale: #BDBDBD. Windows color (decimal): -3682995 or 5098951. OLE color: 5098951.

HSL color Cylindrical-coordinate representation of color #C7CD4D: hue angle of 62.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7CD4D is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB19920577-
CMYK0.0300.620.20
HSL62.81º56.14%55.29%-
HSV(B)62.81º62.44%80.39%-
XYZ46.7256.3415.43-
YUV188.6165.01135.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 77 (30.47% from 255) = 16.01%
R=41.37%
G=42.62%
B=16.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199205770.0300.620.2062.8156.1455.29
HexC7CD4D303E143f3837
Octal307315115307624777067
Binary1100011111001101100110111011111010100111111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD4D; }

 p { color: rgb(199,205,77); }

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

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

 a { background-color: rgb(199,205,77); }

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

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

 span { border-color: rgb(199,205,77); }

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