Html Css Color HEX #C0DC61 Wild Willow

📋 copy color: '#C0DC61'

red 192 ◦ green 220 ◦ blue 97

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

Shades of Wild Willow #C0DC61

Tints of Wild Willow #C0DC61

RGB

 RED value IS 192 (75.39% from 255) = 37.72%

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

 BLUE value IS 97 (38.28% from 255) = 19.06%

R = 37.72%
G = 43.22%
B = 19.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#C0DC61 (or 0xC0DC61) is known color: Wild Willow. HEX triplet: C0, DC and 61. RGB value is (192,220,97). Sum of RGB (Red+Green+Blue) = 192+220+97=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC61 is #3F239E. Grayscale: #C6C6C6. Windows color (decimal): -4137887 or 6413504. OLE color: 6413504.

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

Color convert

RGB 192 220 97 -
CMYK 0.13 0 0.56 0.14
HSL 73.66º 0.64% 0.62% -
HSV(B) 73.66º 0.56% 0.86% -
XYZ 49.49 63.26 20.91 -
YUV 197.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 192 220 97 0.13 0 0.56 0.14 73.66 0.64 0.62
Hex C0 DC 61 D 0 38 E 4A 40 3E
Octal 300 334 141 15 0 70 16 112 100 76
Binary 11000000 11011100 1100001 1101 0 111000 1110 1001010 1000000 111110

Color Harmonies of #C0DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC61

Black with #C0DC61

Text Example


Text Example

White with #C0DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC61; }

 p { color: rgb(192,220,97); }

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

background-color css

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

 a { background-color: rgb(192,220,97); }

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

border-color css

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

 span { border-color: rgb(192,220,97); }

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