Html Css Color HEX #C6DC64 Wild Willow

📋 copy color: '#C6DC64'

red 198 ◦ green 220 ◦ blue 100

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

Shades of Wild Willow #C6DC64

Tints of Wild Willow #C6DC64

RGB

 RED value IS 198 (77.73% from 255) = 38.22%

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

 BLUE value IS 100 (39.45% from 255) = 19.31%

R = 38.22%
G = 42.47%
B = 19.31%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#C6DC64 (or 0xC6DC64) is known color: Wild Willow. HEX triplet: C6, DC and 64. RGB value is (198,220,100). Sum of RGB (Red+Green+Blue) = 198+220+100=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DC64 is #39239B. Grayscale: #C8C8C8. Windows color (decimal): -3744668 or 6610118. OLE color: 6610118.

HSL color Cylindrical-coordinate representation of color #C6DC64: hue angle of 71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6DC64 is Cyan = 0.1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 220 100 -
CMYK 0.1 0 0.55 0.14
HSL 71º 0.63% 0.63% -
HSV(B) 71º 0.55% 0.86% -
XYZ 51.18 64.11 21.73 -
YUV 199.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 198 220 100 0.1 0 0.55 0.14 71 0.63 0.63
Hex C6 DC 64 A 0 37 E 47 3F 3F
Octal 306 334 144 12 0 67 16 107 77 77
Binary 11000110 11011100 1100100 1010 0 110111 1110 1000111 111111 111111

Color Harmonies of #C6DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DC64

Black with #C6DC64

Text Example


Text Example

White with #C6DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DC64; }

 p { color: rgb(198,220,100); }

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

background-color css

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

 a { background-color: rgb(198,220,100); }

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

border-color css

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

 span { border-color: rgb(198,220,100); }

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