Html Css Color HEX #C4DC68 Wild Willow

📋 copy color: '#C4DC68'

red 196 ◦ green 220 ◦ blue 104

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

Shades of Wild Willow #C4DC68

Tints of Wild Willow #C4DC68

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 104 (41.02% from 255) = 20%

R = 37.69%
G = 42.31%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#C4DC68 (or 0xC4DC68) is known color: Wild Willow. HEX triplet: C4, DC and 68. RGB value is (196,220,104). Sum of RGB (Red+Green+Blue) = 196+220+104=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC68 is #3B2397. Grayscale: #C8C8C8. Windows color (decimal): -3875736 or 6872260. OLE color: 6872260.

HSL color Cylindrical-coordinate representation of color #C4DC68: hue angle of 72.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4DC68 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 104 -
CMYK 0.11 0 0.53 0.14
HSL 72.41º 0.62% 0.64% -
HSV(B) 72.41º 0.53% 0.86% -
XYZ 50.86 63.92 22.75 -
YUV 199.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 196 220 104 0.11 0 0.53 0.14 72.41 0.62 0.64
Hex C4 DC 68 B 0 35 E 48 3E 40
Octal 304 334 150 13 0 65 16 110 76 100
Binary 11000100 11011100 1101000 1011 0 110101 1110 1001000 111110 1000000

Color Harmonies of #C4DC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC68

Black with #C4DC68

Text Example


Text Example

White with #C4DC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC68; }

 p { color: rgb(196,220,104); }

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

background-color css

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

 a { background-color: rgb(196,220,104); }

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

border-color css

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

 span { border-color: rgb(196,220,104); }

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