Html Css Color HEX #C0CD61 Wild Willow

📋 copy color: '#C0CD61'

red 192 ◦ green 205 ◦ blue 97

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

Shades of Wild Willow #C0CD61

Tints of Wild Willow #C0CD61

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.5%

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

R = 38.87%
G = 41.5%
B = 19.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#C0CD61 (or 0xC0CD61) is known color: Wild Willow. HEX triplet: C0, CD and 61. RGB value is (192,205,97). Sum of RGB (Red+Green+Blue) = 192+205+97=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD61 is #3F329E. Grayscale: #BDBDBD. Windows color (decimal): -4141727 or 6409664. OLE color: 6409664.

HSL color Cylindrical-coordinate representation of color #C0CD61: hue angle of 67.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0CD61 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 97 -
CMYK 0.06 0 0.53 0.20
HSL 67.22º 0.52% 0.59% -
HSV(B) 67.22º 0.53% 0.8% -
XYZ 45.73 55.73 19.66 -
YUV 188.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 192 205 97 0.06 0 0.53 0.20 67.22 0.52 0.59
Hex C0 CD 61 6 0 35 14 43 34 3B
Octal 300 315 141 6 0 65 24 103 64 73
Binary 11000000 11001101 1100001 110 0 110101 10100 1000011 110100 111011

Color Harmonies of #C0CD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD61

Black with #C0CD61

Text Example


Text Example

White with #C0CD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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