Html Css Color HEX #C0CD71 Wild Willow

📋 copy color: '#C0CD71'

red 192 ◦ green 205 ◦ blue 113

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

Shades of Wild Willow #C0CD71

Tints of Wild Willow #C0CD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.16%

R = 37.65%
G = 40.2%
B = 22.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#C0CD71 (or 0xC0CD71) is known color: Wild Willow. HEX triplet: C0, CD and 71. RGB value is (192,205,113). Sum of RGB (Red+Green+Blue) = 192+205+113=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD71 is #3F328E. Grayscale: #BEBEBE. Windows color (decimal): -4141711 or 7458240. OLE color: 7458240.

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

Color convert

RGB 192 205 113 -
CMYK 0.06 0 0.45 0.20
HSL 68.48º 0.48% 0.62% -
HSV(B) 68.48º 0.45% 0.8% -
XYZ 46.55 56.06 23.99 -
YUV 190.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 192 205 113 0.06 0 0.45 0.20 68.48 0.48 0.62
Hex C0 CD 71 6 0 2D 14 44 30 3E
Octal 300 315 161 6 0 55 24 104 60 76
Binary 11000000 11001101 1110001 110 0 101101 10100 1000100 110000 111110

Color Harmonies of #C0CD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD71

Black with #C0CD71

Text Example


Text Example

White with #C0CD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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