Html Css Color HEX #C4D04D Wild Willow

📋 copy color: '#C4D04D'

red 196 ◦ green 208 ◦ blue 77

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

Shades of Wild Willow #C4D04D

Tints of Wild Willow #C4D04D

RGB

 RED value IS 196 (76.95% from 255) = 40.75%

 GREEN value IS 208 (81.64% from 255) = 43.24%

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 40.75%
G = 43.24%
B = 16.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#C4D04D (or 0xC4D04D) is known color: Wild Willow. HEX triplet: C4, D0 and 4D. RGB value is (196,208,77). Sum of RGB (Red+Green+Blue) = 196+208+77=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D04D is #3B2FB2. Grayscale: #BDBDBD. Windows color (decimal): -3878835 or 5099716. OLE color: 5099716.

HSL color Cylindrical-coordinate representation of color #C4D04D: hue angle of 65.5º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4D04D is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 208 77 -
CMYK 0.06 0 0.63 0.18
HSL 65.5º 0.58% 0.56% -
HSV(B) 65.5º 0.63% 0.82% -
XYZ 46.66 57.38 15.64 -
YUV 189.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 196 208 77 0.06 0 0.63 0.18 65.5 0.58 0.56
Hex C4 D0 4D 6 0 3F 12 41 3A 38
Octal 304 320 115 6 0 77 22 101 72 70
Binary 11000100 11010000 1001101 110 0 111111 10010 1000001 111010 111000

Color Harmonies of #C4D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D04D

Black with #C4D04D

Text Example


Text Example

White with #C4D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D04D; }

 p { color: rgb(196,208,77); }

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

background-color css

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

 a { background-color: rgb(196,208,77); }

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

border-color css

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

 span { border-color: rgb(196,208,77); }

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