Html Css Color HEX #C0DC68 Wild Willow

📋 copy color: '#C0DC68'

red 192 ◦ green 220 ◦ blue 104

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

Shades of Wild Willow #C0DC68

Tints of Wild Willow #C0DC68

RGB

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

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

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

R = 37.21%
G = 42.64%
B = 20.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#C0DC68 (or 0xC0DC68) is known color: Wild Willow. HEX triplet: C0, DC and 68. RGB value is (192,220,104). Sum of RGB (Red+Green+Blue) = 192+220+104=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC68 is #3F2397. Grayscale: #C6C6C6. Windows color (decimal): -4137880 or 6872256. OLE color: 6872256.

HSL color Cylindrical-coordinate representation of color #C0DC68: hue angle of 74.48º 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 #C0DC68 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 220 104 -
CMYK 0.13 0 0.53 0.14
HSL 74.48º 0.62% 0.64% -
HSV(B) 74.48º 0.53% 0.86% -
XYZ 49.83 63.39 22.71 -
YUV 198.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 192 220 104 0.13 0 0.53 0.14 74.48 0.62 0.64
Hex C0 DC 68 D 0 35 E 4A 3E 40
Octal 300 334 150 15 0 65 16 112 76 100
Binary 11000000 11011100 1101000 1101 0 110101 1110 1001010 111110 1000000

Color Harmonies of #C0DC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC68

Black with #C0DC68

Text Example


Text Example

White with #C0DC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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