Html Css Color HEX #C0D071 Wild Willow

📋 copy color: '#C0D071'

red 192 ◦ green 208 ◦ blue 113

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

Shades of Wild Willow #C0D071

Tints of Wild Willow #C0D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 37.43%
G = 40.55%
B = 22.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#C0D071 (or 0xC0D071) is known color: Wild Willow. HEX triplet: C0, D0 and 71. RGB value is (192,208,113). Sum of RGB (Red+Green+Blue) = 192+208+113=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D071 is #3F2F8E. Grayscale: #C0C0C0. Windows color (decimal): -4140943 or 7459008. OLE color: 7459008.

HSL color Cylindrical-coordinate representation of color #C0D071: hue angle of 70.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0D071 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 113 -
CMYK 0.08 0 0.46 0.18
HSL 70.11º 0.5% 0.63% -
HSV(B) 70.11º 0.46% 0.82% -
XYZ 47.27 57.51 24.23 -
YUV 192.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 192 208 113 0.08 0 0.46 0.18 70.11 0.5 0.63
Hex C0 D0 71 8 0 2E 12 46 32 3F
Octal 300 320 161 10 0 56 22 106 62 77
Binary 11000000 11010000 1110001 1000 0 101110 10010 1000110 110010 111111

Color Harmonies of #C0D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D071

Black with #C0D071

Text Example


Text Example

White with #C0D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D071; }

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

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

background-color css

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

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

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

border-color css

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

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

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