Html Css Color HEX #C0D670 Wild Willow

📋 copy color: '#C0D670'

red 192 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #C0D670

Tints of Wild Willow #C0D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

 BLUE value IS 112 (44.14% from 255) = 21.62%

R = 37.07%
G = 41.31%
B = 21.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C0D670 (or 0xC0D670) is known color: Wild Willow. HEX triplet: C0, D6 and 70. RGB value is (192,214,112). Sum of RGB (Red+Green+Blue) = 192+214+112=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D670 is #3F298F. Grayscale: #C4C4C4. Windows color (decimal): -4139408 or 7395008. OLE color: 7395008.

HSL color Cylindrical-coordinate representation of color #C0D670: hue angle of 72.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0D670 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 112 -
CMYK 0.10 0 0.48 0.16
HSL 72.94º 0.55% 0.64% -
HSV(B) 72.94º 0.48% 0.84% -
XYZ 48.71 60.47 24.43 -
YUV 195.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 192 214 112 0.10 0 0.48 0.16 72.94 0.55 0.64
Hex C0 D6 70 A 0 30 10 49 37 40
Octal 300 326 160 12 0 60 20 111 67 100
Binary 11000000 11010110 1110000 1010 0 110000 10000 1001001 110111 1000000

Color Harmonies of #C0D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D670

Black with #C0D670

Text Example


Text Example

White with #C0D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D670; }

 p { color: rgb(192,214,112); }

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

background-color css

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

 a { background-color: rgb(192,214,112); }

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

border-color css

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

 span { border-color: rgb(192,214,112); }

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